Change cl2.hpp include

This commit is contained in:
Tom Deakin 2016-05-03 11:41:40 +01:00
parent 83516ae352
commit fcc9588c94

View File

@ -8,7 +8,7 @@
#define CL_HPP_TARGET_OPENCL_VERSION 120 #define CL_HPP_TARGET_OPENCL_VERSION 120
#define CL_HPP_MINIMUM_OPENCL_VERSION 120 #define CL_HPP_MINIMUM_OPENCL_VERSION 120
#include "cl2.hpp" #include "CL/cl2.hpp"
#include "Stream.h" #include "Stream.h"