"...platforms/reference/src/ReferenceDrudeKernelFactory.cpp" did not exist on "b3781c23a3a7a8bea22e6c1b6738393308be9d7e"
Commit 118aab89 authored by Jason Swails's avatar Jason Swails
Browse files

Fix an include.

parent 3129342e
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
*/ */
#include "CpuRandom.h" #include "CpuRandom.h"
#include "openmm/internal/OSRngSeed.h"
#include "openmm/OpenMMException.h" #include "openmm/OpenMMException.h"
#include "openmm/OSRngSeed.h"
#include <cmath> #include <cmath>
using namespace std; using namespace std;
......
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