diff --git a/tests/api/testcl.hpp b/tests/api/testcl.hpp index 0b854759..878f6ab3 100644 --- a/tests/api/testcl.hpp +++ b/tests/api/testcl.hpp @@ -34,6 +34,7 @@ #define CL_USE_DEPRECATED_OPENCL_2_1_APIS #define CL_USE_DEPRECATED_OPENCL_2_2_APIS #include "CL/cl.h" +#include "CL/cl_ext.h" #ifdef CLVK_UNIT_TESTING_ENABLED #include "unit.hpp"