Commit 1f9d09d6 authored by peastman's avatar peastman
Browse files

Fixed compilation errors on Visual Studio 2013

parent 0b4a1077
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "SimTKOpenMMUtilities.h" #include "SimTKOpenMMUtilities.h"
#include "CpuNonbondedForceVec4.h" #include "CpuNonbondedForceVec4.h"
#include <algorithm>
using namespace std; using namespace std;
using namespace OpenMM; using namespace OpenMM;
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "CpuNonbondedForceVec8.h" #include "CpuNonbondedForceVec8.h"
#include "openmm/OpenMMException.h" #include "openmm/OpenMMException.h"
#include "openmm/internal/hardware.h" #include "openmm/internal/hardware.h"
#include <algorithm>
using namespace std; using namespace std;
using namespace OpenMM; using 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