summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2012-12-10 11:29:56 +0000
committerrandomdan <randomdan@localhost>2012-12-10 11:29:56 +0000
commit8fe31600bedba5dd3dfc57bd10433ee9d9c20249 (patch)
tree5bcf313959f44cb8e1e330dc6e7b02075e92764e
parentAdd TypePointer, which creates a new instance of its value pointer on assignm... (diff)
downloadproject2-8fe31600bedba5dd3dfc57bd10433ee9d9c20249.tar.bz2
project2-8fe31600bedba5dd3dfc57bd10433ee9d9c20249.tar.xz
project2-8fe31600bedba5dd3dfc57bd10433ee9d9c20249.zip
Add missing include required for older versions of Boost
-rw-r--r--project2/common/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/options.h b/project2/common/options.h
index 2ccb7ec..d4cd891 100644
--- a/project2/common/options.h
+++ b/project2/common/options.h
@@ -6,6 +6,7 @@
#include <vector>
#include <list>
#include <boost/lexical_cast.hpp>
+#include <boost/utility/enable_if.hpp>
namespace std {
//