diff options
author | randomdan <randomdan@localhost> | 2012-12-10 11:29:56 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-12-10 11:29:56 +0000 |
commit | 8fe31600bedba5dd3dfc57bd10433ee9d9c20249 (patch) | |
tree | 5bcf313959f44cb8e1e330dc6e7b02075e92764e | |
parent | Add TypePointer, which creates a new instance of its value pointer on assignm... (diff) | |
download | project2-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.h | 1 |
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 { // |