Skip to content

Commit 015adb5

Browse files
committed
Fix build against Embree >= 3.6.0
1 parent f580c8e commit 015adb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appleseed/foundation/core/thirdparties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
// Embree headers.
3939
#ifdef APPLESEED_WITH_EMBREE
40-
#include <embree3/rtcore_version.h>
40+
#include <embree3/rtcore.h>
4141
#endif
4242

4343
// IlmBase headers.

0 commit comments

Comments
 (0)