git-svn-id: svn://db.shs.com.ru/pip@588 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-12-24 19:41:18 +00:00
parent 2353b3b33f
commit 485a9d554d
4 changed files with 23 additions and 11 deletions

View File

@@ -1,5 +1,9 @@
#include "piopencl.h"
#include "CL/cl.h"
#ifdef MAC_OS
# include "cl.h"
#else
# include "CL/cl.h"
#endif
PRIVATE_DEFINITION_START(PIOpenCL::Context)