Unverified Commit cc5ecb7c authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #2278 from peastman/win

Fixed compilation error on Windows
parents 8ce5a685 93e232df
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include "openmm/System.h" #include "openmm/System.h"
#include "SimTKOpenMMRealType.h" #include "SimTKOpenMMRealType.h"
#include "sfmt/SFMT.h" #include "sfmt/SFMT.h"
#include <algorithm>
#include <cmath> #include <cmath>
#include <iostream> #include <iostream>
#include <vector> #include <vector>
......
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