Skip to content

Commit 1f55be7

Browse files
authored
Be aware of case sensitive operate systems!
1 parent 729efcf commit 1f55be7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/nbl/video/utilities/IDrawIndirectAllocator.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#ifndef _NBL_VIDEO_I_DRAW_INDIRECT_ALLOCATOR_H_INCLUDED_
66
#define _NBL_VIDEO_I_DRAW_INDIRECT_ALLOCATOR_H_INCLUDED_
77

8-
9-
#include "nbl/core/alloc/GeneralPurposeAddressAllocator.h"
8+
#include "nbl/core/alloc/GeneralpurposeAddressAllocator.h"
109

1110
#include "nbl/video/utilities/CPropertyPool.h"
1211
#include "nbl/video/utilities/CPropertyPoolHandler.h"
@@ -183,4 +182,4 @@ class IDrawIndirectAllocator : public core::IReferenceCounted
183182

184183
}
185184

186-
#endif
185+
#endif

0 commit comments

Comments
 (0)