Commit 17ab416a authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Include files added for gcc 4.3

parent 524bf8cb
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*/ */
#include "SimTKOpenMMLog.h" #include "SimTKOpenMMLog.h"
#include <stdlib.h>
// static settings // static settings
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <cmath> #include <cmath>
#include <cstdio> #include <cstdio>
#include <string.h>
uint32_t SimTKOpenMMUtilities::_randomNumberSeed = 0; uint32_t SimTKOpenMMUtilities::_randomNumberSeed = 0;
bool SimTKOpenMMUtilities::_randomInitialized = false; bool SimTKOpenMMUtilities::_randomInitialized = false;
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*/ */
#include <string.h> #include <string.h>
#include <stdlib.h>
#include <sstream> #include <sstream>
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "../SimTKUtilities/SimTKOpenMMCommon.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <math.h> #include <math.h>
#include <sstream> #include <sstream>
#include <string.h>
#include "GBVIParameters.h" #include "GBVIParameters.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "../SimTKUtilities/SimTKOpenMMCommon.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "../SimTKUtilities/SimTKOpenMMUtilities.h" #include "../SimTKUtilities/SimTKOpenMMUtilities.h"
#include "ImplicitSolventParameters.h" #include "ImplicitSolventParameters.h"
#include <sstream> #include <sstream>
#include <string.h>
/**--------------------------------------------------------------------------------------- /**---------------------------------------------------------------------------------------
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <math.h> #include <math.h>
#include <sstream> #include <sstream>
#include <string.h>
#include "ObcParameters.h" #include "ObcParameters.h"
#include "../SimTKUtilities/SimTKOpenMMCommon.h" #include "../SimTKUtilities/SimTKOpenMMCommon.h"
......
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