From bd88a0c4b80a9b8c8bd9b37c33cdae31b414848e Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Tue, 22 Mar 2011 21:44:13 +0000 Subject: [PATCH] include stdio.h for printf --- Demos/OpenCLClothDemo/clstuff.cpp | 1 + 1 file changed, 1 insertion(+) 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;