Commit cc5c1492 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed build errors on GCC 4.3

parent 31cd86f8
...@@ -63,6 +63,9 @@ ...@@ -63,6 +63,9 @@
#include <ctime> #include <ctime>
#include <vector> #include <vector>
#include <cfloat> #include <cfloat>
#include <cstring>
#include <cstdlib>
#include <typeinfo>
// force enums // force enums
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment