Skip to content

Commit

Permalink
Yet more Windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Feb 16, 2018
1 parent 1082edb commit c75dba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/opencl/src/OpenCLSort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c75dba4

Please sign in to comment.