Commit 9535bef7 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Added #include <typeinfo> to see if it removes errors associated w/...

Added #include <typeinfo> to see if it removes errors associated w/ std::bad_cast on Linux Ubuntu 4.3.2
parent 7ca951d1
...@@ -34,10 +34,13 @@ ...@@ -34,10 +34,13 @@
#include "kernels/GpuLJ14Softcore.h" #include "kernels/GpuLJ14Softcore.h"
#include <cmath> #include <cmath>
#include <map>
#include <cstring>
#include <cstdlib>
#include <typeinfo>
using namespace OpenMM; using namespace OpenMM;
#include <map>
typedef std::map< std::string, int > MapStringInt; typedef std::map< std::string, int > MapStringInt;
typedef MapStringInt::iterator MapStringIntI; typedef MapStringInt::iterator MapStringIntI;
typedef MapStringInt::const_iterator MapStringIntCI; typedef MapStringInt::const_iterator MapStringIntCI;
......
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