"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "b90e80ffdb93780ecf7543415d971cbcb75128d2"
Commit b475e127 authored by Peter Eastman's avatar Peter Eastman
Browse files

Added a missing #include that caused compilation to fail

parent 9dd055eb
......@@ -32,6 +32,7 @@
#include "openmm/internal/ContextImpl.h"
#include "openmm/internal/AmoebaTorsionTorsionForceImpl.h"
#include "openmm/amoebaKernels.h"
#include <cstdio>
using namespace OpenMM;
......
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