summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-15 01:55:47 +0200
committerMichael Bien <[email protected]>2010-06-15 01:55:47 +0200
commit5e1ea00569068d909db2afaa12814b8ea815b88e (patch)
treee25197c2864754776fcf1c142627e0b452d93545
parent6379f5ff97582160f8e4074e083129b6322b89fe (diff)
fixed build... forgot an include.
-rw-r--r--resources/cl-impl.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/cl-impl.cfg b/resources/cl-impl.cfg
index 9a9526f1..3889f3f4 100644
--- a/resources/cl-impl.cfg
+++ b/resources/cl-impl.cfg
@@ -42,6 +42,7 @@ ArgumentIsString clGetExtensionFunctionAddressImpl 0
#append to generated c files
CustomCCode #include <CL/cl.h>
+CustomCCode #include <CL/cl_gl.h>
CustomCCode #include <GL3/gl3.h>
CustomCCode #include <inttypes.h>