Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/patrol.cc')
-rw-r--r--src/game/base/patrol.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/patrol.cc b/src/game/base/patrol.cc
index 9b805de..797681d 100644
--- a/src/game/base/patrol.cc
+++ b/src/game/base/patrol.cc
@@ -8,6 +8,8 @@
#include "base/patrol.h"
#include "base/game.h"
+#include <cassert>
+
namespace game {
Patrol::Patrol() : core::Entity()