Commit 7cbeb289 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added some missing imports in examples

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