From 015adb503af58cb80103e0c3ddeefc20d99d204f Mon Sep 17 00:00:00 2001 From: Franz Beaune Date: Sat, 31 Aug 2019 12:30:30 +0200 Subject: [PATCH] Fix build against Embree >= 3.6.0 --- src/appleseed/foundation/core/thirdparties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appleseed/foundation/core/thirdparties.cpp b/src/appleseed/foundation/core/thirdparties.cpp index dbdd873c1b..9b5fbc88cd 100644 --- a/src/appleseed/foundation/core/thirdparties.cpp +++ b/src/appleseed/foundation/core/thirdparties.cpp @@ -37,7 +37,7 @@ // Embree headers. #ifdef APPLESEED_WITH_EMBREE -#include +#include #endif // IlmBase headers.