Skip to content

Commit

Permalink
Fix build against Embree >= 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Aug 31, 2019
1 parent f580c8e commit 015adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appleseed/foundation/core/thirdparties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// Embree headers.
#ifdef APPLESEED_WITH_EMBREE
#include <embree3/rtcore_version.h>
#include <embree3/rtcore.h>
#endif

// IlmBase headers.
Expand Down

0 comments on commit 015adb5

Please sign in to comment.