diff --git a/Demos/SharedOpenCL/btOclUtils.h b/Demos/SharedOpenCL/btOclUtils.h index 309deca50..9362cf84e 100644 --- a/Demos/SharedOpenCL/btOclUtils.h +++ b/Demos/SharedOpenCL/btOclUtils.h @@ -26,6 +26,9 @@ subject to the following restrictions: #endif __APPLE__ #endif +#include + + //#define oclCHECKERROR(a, b) btAssert((a) == (b)) #define oclCHECKERROR(a, b) if((a)!=(b)) { printf("OCL Error : %d\n", (a)); btAssert((a) == (b)); }