Fix server compilation under windows

--HG--
branch : fix_compilation_windows
This commit is contained in:
Guillaume Dupuy 2017-04-18 20:15:14 +02:00
parent 20c216ecda
commit 5b3eed58ec
2 changed files with 2 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"