Commit 169083af authored by Sam Mikes's avatar Sam Mikes
Browse files

VS2013 requires <algorithm> for std::min, std::max

parent dab7a82c
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include <cmath> #include <cmath>
#include <sstream> #include <sstream>
#include <utility> #include <utility>
#include <algorithm>
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "openmm/kernels.h" #include "openmm/kernels.h"
#include <cmath> #include <cmath>
#include <vector> #include <vector>
#include <algorithm>
using namespace OpenMM; using namespace OpenMM;
using namespace OpenMM_SFMT; using namespace OpenMM_SFMT;
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "openmm/kernels.h" #include "openmm/kernels.h"
#include <cmath> #include <cmath>
#include <vector> #include <vector>
#include <algorithm>
using namespace OpenMM; using namespace OpenMM;
using namespace OpenMM_SFMT; using namespace OpenMM_SFMT;
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <cmath> #include <cmath>
#include <map> #include <map>
#include <sstream> #include <sstream>
#include <algorithm>
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include <set> #include <set>
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <algorithm>
using namespace OpenMM; using namespace OpenMM;
using namespace std; using namespace std;
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <string.h> #include <string.h>
#include <sstream> #include <sstream>
#include <complex> #include <complex>
#include <algorithm>
#include "SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h" #include "SimTKOpenMMLog.h"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>
#include <cassert> #include <cassert>
#include <algorithm>
using namespace std; using namespace std;
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <cstring> #include <cstring>
#include <sstream> #include <sstream>
#include <algorithm>
#include "SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h" #include "SimTKOpenMMLog.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <string.h> #include <string.h>
#include <sstream> #include <sstream>
#include <algorithm>
#include "SimTKOpenMMCommon.h" #include "SimTKOpenMMCommon.h"
#include "SimTKOpenMMLog.h" #include "SimTKOpenMMLog.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