Skip to content

Commit 747ade0

Browse files
committed
Fix Imath include for case sensitive OS's
Signed-off-by: Kevin Wheatley <kevin.wheatley@framestore.com>
1 parent 0fd325c commit 747ade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenColorIO/ImagePacking.cpp

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

55
#include <OpenColorIO/OpenColorIO.h>
66

7-
#include <IMath/half.h>
7+
#include <Imath/half.h>
88

99
#include "ImagePacking.h"
1010

0 commit comments

Comments
 (0)