summaryrefslogtreecommitdiffstats
path: root/sc/source/core/opencl/clcc/clew.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/clcc/clew.cxx')
-rw-r--r--sc/source/core/opencl/clcc/clew.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/opencl/clcc/clew.cxx b/sc/source/core/opencl/clcc/clew.cxx
index 485cd926a7dc..636c8e2623bb 100644
--- a/sc/source/core/opencl/clcc/clew.cxx
+++ b/sc/source/core/opencl/clcc/clew.cxx
@@ -13,7 +13,8 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN
- #include <windows.h>
+ #include <prewin.h>
+ #include <postwin.h>
typedef HMODULE CLCC_DYNLIB_HANDLE;