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

Fixed compilation error under Windows

parent bd42d039
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#define NOMINMAX #define NOMINMAX
#endif #endif
#include <cl.hpp> #include <cl.hpp>
#include "openmm/internal/windowsExport.h"
namespace OpenMM { namespace OpenMM {
...@@ -100,7 +101,7 @@ struct mm_int8 { ...@@ -100,7 +101,7 @@ struct mm_int8 {
* This class contains the information associated with a Context by the OpenCL Platform. * This class contains the information associated with a Context by the OpenCL Platform.
*/ */
class OpenCLContext { class OPENMM_EXPORT OpenCLContext {
public: public:
static const int ThreadBlockSize = 64; static const int ThreadBlockSize = 64;
static const int TileSize = 32; static const int TileSize = 32;
......
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