include stdio.h for printf

This commit is contained in:
erwin.coumans
2011-03-22 21:44:13 +00:00
parent ee5c10fd9b
commit bd88a0c4b8

View File

@@ -22,6 +22,7 @@ subject to the following restrictions:
#include "btOclCommon.h"
#include "btOclUtils.h"
#include "LinearMath/btScalar.h"
#include <stdio.h>
cl_context g_cxMainContext;
cl_device_id g_cdDevice;