Commit 4ae53b55 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Added OPENMM_EXPORT to throwException() declaration for Windows builds

parent 3836a29f
...@@ -36,13 +36,14 @@ ...@@ -36,13 +36,14 @@
* This file provides a variety of macros useful in test cases. * This file provides a variety of macros useful in test cases.
*/ */
#include "windowsExport.h"
#include <cmath> #include <cmath>
#include <string> #include <string>
#include <sstream> #include <sstream>
namespace OpenMM { namespace OpenMM {
void throwException(const char* file, int line, const std::string& details); void OPENMM_EXPORT throwException(const char* file, int line, const std::string& details);
} // namespace OpenMM } // 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