"vscode:/vscode.git/clone" did not exist on "077241d4970a5c0395e59a061c8c07e43b28105a"
Commit 7cbeb289 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added some missing imports in examples

parent b1b4e547
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "OpenMM.h" #include "OpenMM.h"
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <string> #include <string>
#include <vector> #include <vector>
#include <utility> #include <utility>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#include "OpenMM_CWrapper.h" #include "OpenMM_CWrapper.h"
#include <cstring>
// Suppress irrelevant warnings from Microsoft's compiler. // Suppress irrelevant warnings from Microsoft's compiler.
#ifdef _MSC_VER #ifdef _MSC_VER
......
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