You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/openvdb/files/openvdb-8.2.0-openexr-3-ima...

17 lines
409 B

diff --git a/openvdb/openvdb/Types.h b/openvdb/openvdb/Types.h
index a1d6a9f..f6ecb19 100644
--- a/openvdb/openvdb/Types.h
+++ b/openvdb/openvdb/Types.h
@@ -10,9 +10,9 @@
#ifdef OPENVDB_USE_IMATH_HALF
#ifdef OPENVDB_IMATH_VERSION
-#include <Imath/half.h>
+#include <Imath-3/half.h>
#else
-#include <OpenEXR/half.h>
+#include <OpenEXR-3/half.h>
#endif
namespace openvdb {
OPENVDB_USE_VERSION_NAMESPACE