From 27d34887c9da28401839789577026a1dc4624baf Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sat, 16 Nov 2024 16:23:25 +0100 Subject: [PATCH] Devil in details. --- tiny_bvh_speedtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_bvh_speedtest.cpp b/tiny_bvh_speedtest.cpp index 32d9b79..8d5ef5d 100644 --- a/tiny_bvh_speedtest.cpp +++ b/tiny_bvh_speedtest.cpp @@ -72,7 +72,7 @@ void embreeError( void* userPtr, enum RTCError error, const char* str ) #ifdef ENABLE_OPENCL #define TINY_OCL_IMPLEMENTATION -#include "external/OpenCL/inc/CL/cl.h" +#include "CL/cl.h" #include "tiny_ocl.h" #endif