From 4fad0180606df181447b7578bbc13e48465acd35 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Dec 2013 23:07:58 +0000 Subject: Make the mingw build happy. --- src/game/base/faction.cc | 2 ++ src/game/base/npc.cc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/game') diff --git a/src/game/base/faction.cc b/src/game/base/faction.cc index 2dd8a1a..5b89e8c 100644 --- a/src/game/base/faction.cc +++ b/src/game/base/faction.cc @@ -9,6 +9,8 @@ #include "core/range.h" #include "base/faction.h" +#include + namespace game { core::InfoType *Faction::faction_infotype = 0; diff --git a/src/game/base/npc.cc b/src/game/base/npc.cc index bb716c9..44cad7c 100644 --- a/src/game/base/npc.cc +++ b/src/game/base/npc.cc @@ -10,6 +10,8 @@ #include "base/game.h" #include "base/patrol.h" +#include + namespace game { // NPC Wingman factory function -- cgit v1.2.3