diff --git a/Demos/OpenCLClothDemo/clstuff.cpp b/Demos/OpenCLClothDemo/clstuff.cpp index ff84e0828..bfda3464e 100644 --- a/Demos/OpenCLClothDemo/clstuff.cpp +++ b/Demos/OpenCLClothDemo/clstuff.cpp @@ -22,6 +22,7 @@ subject to the following restrictions: #include "btOclCommon.h" #include "btOclUtils.h" #include "LinearMath/btScalar.h" +#include cl_context g_cxMainContext; cl_device_id g_cdDevice;