summaryrefslogtreecommitdiff
path: root/include/opencl
diff options
context:
space:
mode:
Diffstat (limited to 'include/opencl')
-rw-r--r--include/opencl/openclwrapper.hxx2
-rw-r--r--include/opencl/platforminfo.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/opencl/openclwrapper.hxx b/include/opencl/openclwrapper.hxx
index 5fd76ea724c8..412c00bd08ad 100644
--- a/include/opencl/openclwrapper.hxx
+++ b/include/opencl/openclwrapper.hxx
@@ -16,7 +16,7 @@
#include <vector>
#include <boost/shared_ptr.hpp>
-#include <clew.h>
+#include <clew/clew.h>
#include <sal/detail/log.h>
#include <opencl/opencldllapi.h>
diff --git a/include/opencl/platforminfo.hxx b/include/opencl/platforminfo.hxx
index 6c40c438ed5a..ac3f144f9d9f 100644
--- a/include/opencl/platforminfo.hxx
+++ b/include/opencl/platforminfo.hxx
@@ -13,7 +13,7 @@
#include <ostream>
#include <vector>
-#include <clew.h>
+#include <clew/clew.h>
#include <opencl/opencldllapi.h>
#include <rtl/ustring.hxx>