Commit 5510508f authored by Michael Sherman's avatar Michael Sherman
Browse files

Add include file for time().

parent e9af706b
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "openmm/kernels.h" #include "openmm/kernels.h"
#include <limits> #include <limits>
#include <string> #include <string>
#include <ctime>
using namespace OpenMM; using namespace OpenMM;
using std::string; using std::string;
......
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