Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/base/faction.cc2
-rw-r--r--src/game/base/npc.cc2
2 files changed, 4 insertions, 0 deletions
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 <cassert>
+
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 <cassert>
+
namespace game {
// NPC Wingman factory function