We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2262b05 commit 63c6328Copy full SHA for 63c6328
cl.hpp
@@ -155,8 +155,8 @@
155
#include <malloc.h>
156
157
#if defined(USE_DX_INTEROP)
158
-#include <CL/cl_d3d10.h>
159
-#include <CL/cl_dx9_media_sharing.h>
+#include "CL/cl_d3d10.h"
+#include "CL/cl_dx9_media_sharing.h"
160
#endif
161
#endif // _WIN32
162
@@ -166,13 +166,13 @@
166
167
//
168
#if defined(USE_CL_DEVICE_FISSION)
169
-#include <CL/cl_ext.h>
+#include "CL/cl_ext.h"
170
171
172
#if defined(__APPLE__) || defined(__MACOSX)
173
#include <OpenCL/opencl.h>
174
#else
175
-#include <CL/opencl.h>
+#include "CL/opencl.h"
176
#endif // !__APPLE__
177
178
#if (_MSC_VER >= 1700) || (__cplusplus >= 201103L)
0 commit comments