Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-12-14 11:22:39 +0000
committerStijn Buys <ingar@osirion.org>2014-12-14 11:22:39 +0000
commita18281d42e8b4e9b3cf9d987ff980bcfc14344ad (patch)
tree26e1b6691570a45c29c7da06761974151c0e5188 /src/game/base/patrol.cc
parent1876f0f3fda9d0dc4c198416950fa6bf25378626 (diff)
Added #include <cassert> where mingw requires it.
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()