summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-06-06 22:12:21 +0000
committerMorgan Deters <mdeters@gmail.com>2011-06-06 22:12:21 +0000
commit0555d96193b6d9c39c26a04941c6087e4465adf0 (patch)
tree4167f564c4a96a39a170de31f486d67de916a049 /src/context
parente64686fed86068e977ac84c5776438935f446f00 (diff)
compilation fix for x86 (from previous commit)
Diffstat (limited to 'src/context')
-rw-r--r--src/context/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context/context.h b/src/context/context.h
index 6375707b9..34107ef29 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -26,6 +26,7 @@
#include <cstring>
#include <vector>
#include <new>
+#include <typeinfo>
#include "context/context_mm.h"
#include "util/Assert.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback