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>2012-12-16 12:53:01 +0000
committerStijn Buys <ingar@osirion.org>2012-12-16 12:53:01 +0000
commitb9cb984081106923524eed68cc7f73023377c844 (patch)
tree07453e3374947a212a5b300aa301b9d4611936a6 /src/core/inventory.cc
parente21721492e09aa5c074982c7338b92c71a25debd (diff)
dded <cassert> include where required.
Diffstat (limited to 'src/core/inventory.cc')
-rw-r--r--src/core/inventory.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/inventory.cc b/src/core/inventory.cc
index c10e1c6..645ddf8 100644
--- a/src/core/inventory.cc
+++ b/src/core/inventory.cc
@@ -4,6 +4,8 @@
the terms of the GNU General Public License version 2
*/
+#include <cassert>
+
#include "core/application.h"
#include "core/inventory.h"
#include "sys/sys.h"