Commit 3a38084c authored by Randall Radmer's avatar Randall Radmer
Browse files

Added #include <cstdlib> to header files so would work with gcc 4.4.2. Also...

Added #include <cstdlib> to header files so would work with gcc 4.4.2.  Also changed includes of stdlib.h and string.h to cstdlib.h and cstring.h
parent 6c542539
...@@ -46,8 +46,9 @@ ...@@ -46,8 +46,9 @@
#include <typeinfo> #include <typeinfo>
#include <limits> #include <limits>
#include <stdlib.h> #include <cstdlib>
#include <string.h> #include <cstring>
#include <cstdio>
namespace OpenMM { namespace OpenMM {
......
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