From 208c6f7dc3bdcb069f2860e12da73897fe2eef66 Mon Sep 17 00:00:00 2001 From: Bo Zhou Date: Thu, 30 Jan 2025 14:58:58 +0900 Subject: [PATCH] use header file rtcore.h from embree4 not embree3 --- src/devices/helide/HelideGlobalState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/helide/HelideGlobalState.h b/src/devices/helide/HelideGlobalState.h index 62c9a8b1..13b9ad9c 100644 --- a/src/devices/helide/HelideGlobalState.h +++ b/src/devices/helide/HelideGlobalState.h @@ -8,7 +8,7 @@ // helium #include "helium/BaseGlobalDeviceState.h" // embree -#include "embree4/rtcore.h" +#include namespace helide {