diff options
author | Michael Bien <[email protected]> | 2010-06-15 01:55:47 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-15 01:55:47 +0200 |
commit | 5e1ea00569068d909db2afaa12814b8ea815b88e (patch) | |
tree | e25197c2864754776fcf1c142627e0b452d93545 /resources | |
parent | 6379f5ff97582160f8e4074e083129b6322b89fe (diff) |
fixed build... forgot an include.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/cl-impl.cfg | 1 |
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> |