Commit 96f0c0f2 authored by peastman's avatar peastman
Browse files

Merge pull request #983 from peastman/algorithm

Fixed compilation errors on Visual Studio 2013
parents 0fba96e7 1f9d09d6
......@@ -24,6 +24,7 @@
#include "SimTKOpenMMUtilities.h"
#include "CpuNonbondedForceVec4.h"
#include <algorithm>
using namespace std;
using namespace OpenMM;
......
......@@ -26,6 +26,7 @@
#include "CpuNonbondedForceVec8.h"
#include "openmm/OpenMMException.h"
#include "openmm/internal/hardware.h"
#include <algorithm>
using namespace std;
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