Skip to content

Commit 63c6328

Browse files
committed
Type: fix
Topic: change include method Body: More:
1 parent 2262b05 commit 63c6328

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cl.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
#include <malloc.h>
156156

157157
#if defined(USE_DX_INTEROP)
158-
#include <CL/cl_d3d10.h>
159-
#include <CL/cl_dx9_media_sharing.h>
158+
#include "CL/cl_d3d10.h"
159+
#include "CL/cl_dx9_media_sharing.h"
160160
#endif
161161
#endif // _WIN32
162162

@@ -166,13 +166,13 @@
166166

167167
//
168168
#if defined(USE_CL_DEVICE_FISSION)
169-
#include <CL/cl_ext.h>
169+
#include "CL/cl_ext.h"
170170
#endif
171171

172172
#if defined(__APPLE__) || defined(__MACOSX)
173173
#include <OpenCL/opencl.h>
174174
#else
175-
#include <CL/opencl.h>
175+
#include "CL/opencl.h"
176176
#endif // !__APPLE__
177177

178178
#if (_MSC_VER >= 1700) || (__cplusplus >= 201103L)

0 commit comments

Comments
 (0)