"libraries/validate/include/ValidateOpenMM.h" did not exist on "4cbb82d4d56ceb449ac627039b3d525170ef84d8"
Commit c75dba47 authored by peastman's avatar peastman
Browse files

Yet more Windows fixes

parent 1082edbc
......@@ -24,6 +24,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* -------------------------------------------------------------------------- */
#ifdef _MSC_VER
// Prevent Windows from defining macros that interfere with other code.
#define NOMINMAX
#endif
#include "OpenCLSort.h"
#include "OpenCLKernelSources.h"
#include <algorithm>
......
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