Use stdpch.h instead for include

--HG--
branch : fix_compilation_windows
This commit is contained in:
Guillaume Dupuy 2017-04-19 09:53:27 +02:00
parent 5b3eed58ec
commit 9586e39ca4
3 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <functional>
#include "stdpch.h"
#include "deposit.h"
#include "player_manager/character.h"

View file

@ -15,7 +15,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <functional>
#include "stdpch.h"
#include "fg_prospection_phrase.h"
#include "nel/misc/common.h"

View file

@ -37,6 +37,7 @@
#include <string>
#include <utility>
#include <vector>
#include <functional>
// NeL georges
#include "nel/georges/load_form.h"