Skip to content

Commit fa9938c

Browse files
fix more stuff after the OpenEXR upgrade
1 parent 812a8c4 commit fa9938c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/builtin/hlsl/limits.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// C++ headers
1111
#ifndef __HLSL_VERSION
1212
#include <limits>
13-
#include <openexr/IlmBase/Imath/ImathHalfLimits.h>
13+
#include "halfLimits.h"
1414
#endif
1515

1616
/*

0 commit comments

Comments
 (0)