Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
7cbeb289
Commit
7cbeb289
authored
Jun 11, 2009
by
Peter Eastman
Browse files
Added some missing imports in examples
parent
b1b4e547
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
examples/HelloWaterBox.cpp
examples/HelloWaterBox.cpp
+11
-10
examples/wrappers/OpenMM_CWrapper.cpp
examples/wrappers/OpenMM_CWrapper.cpp
+1
-0
No files found.
examples/HelloWaterBox.cpp
View file @
7cbeb289
...
...
@@ -22,6 +22,7 @@
#include "OpenMM.h"
#include <cstdio>
#include <cstdlib>
#include <string>
#include <vector>
#include <utility>
...
...
examples/wrappers/OpenMM_CWrapper.cpp
View file @
7cbeb289
...
...
@@ -18,6 +18,7 @@
// -----------------------------------------------------------------------------
#include "OpenMM_CWrapper.h"
#include <cstring>
// Suppress irrelevant warnings from Microsoft's compiler.
#ifdef _MSC_VER
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment