Skip to content

Commit 6b5efab

Browse files
committed
fix include guards2
1 parent d1b1351 commit 6b5efab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/nbl/builtin/hlsl/type_traits.hlsl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
#include <type_traits>
1010
#endif
1111

12-
// include cpp_compat.hlsl through matrix.hlsl for HLSL and glm::* typedefs for C++
1312

13+
#include <nbl/builtin/hlsl/cpp_compat.hlsl>
1414
#include <nbl/builtin/hlsl/cpp_compat/matrix.hlsl>
15+
16+
1517
// Since HLSL currently doesnt allow type aliases we declare them as seperate structs thus they are (WORKAROUND)s
1618
/*
1719
// helper class

0 commit comments

Comments
 (0)