summaryrefslogtreecommitdiffstats
path: root/resources/CL/opencl.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources/CL/opencl.h')
-rw-r--r--resources/CL/opencl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/CL/opencl.h b/resources/CL/opencl.h
new file mode 100644
index 00000000..4f621ab6
--- /dev/null
+++ b/resources/CL/opencl.h
@@ -0,0 +1,9 @@
+
+#include <CL/cl_platform.h>
+#include <CL/cl.h>
+
+#ifdef _WIN32
+#include <windows.h>
+#endif
+#include <GL/gl.h>
+#include <CL/cl_gl.h>