Commit f46ebafb authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed a compilation error under Linux

parent 6b088a6a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Medical Research, grant U54 GM072970. See https://simtk.org. * * Medical Research, grant U54 GM072970. See https://simtk.org. *
* * * *
* Portions copyright (c) 2008 Stanford University and the Authors. * * Portions copyright (c) 2008 Stanford University and the Authors. *
* Authors: Peter Eastman * * Authors: Mark Friedrichs *
* Contributors: * * Contributors: *
* * * *
* This program is free software: you can redistribute it and/or modify * * This program is free software: you can redistribute it and/or modify *
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
#include <typeinfo> #include <typeinfo>
#include <limits> #include <limits>
#include <stdlib.h>
#include <string.h>
namespace OpenMM { namespace OpenMM {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Medical Research, grant U54 GM072970. See https://simtk.org. * * Medical Research, grant U54 GM072970. See https://simtk.org. *
* * * *
* Portions copyright (c) 2008-2009 Stanford University and the Authors. * * Portions copyright (c) 2008-2009 Stanford University and the Authors. *
* Authors: Peter Eastman * * Authors: Mark Friedrichs *
* Contributors: * * Contributors: *
* * * *
* This program is free software: you can redistribute it and/or modify * * This program is free software: you can redistribute it and/or modify *
......
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