Skip to content

Commit 41c8334

Browse files
committed
Fix #include in the wrong place
1 parent 3e2ac8e commit 41c8334

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/engine/renderer-vulkan/Memory/MemoryChunk.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "MemoryChunk.h"
21
/*
32
===========================================================================
43
@@ -34,6 +33,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3433
*/
3534
// MemoryChunk.cpp
3635

36+
#include "MemoryChunk.h"
37+
3738
MemoryChunkSystem memoryChunkSystem;
3839

3940
MemoryChunkSystem::MemoryChunkSystem() {

0 commit comments

Comments
 (0)