Daniele Bartolini il y a 11 ans
Parent
commit
b4ab1c94e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      engine/core/memory/memory.h

+ 1 - 1
engine/core/memory/memory.h

@@ -5,11 +5,11 @@
 
 
 #pragma once
 #pragma once
 
 
-#include <new>
 #include "types.h"
 #include "types.h"
 #include "assert.h"
 #include "assert.h"
 #include "allocator.h"
 #include "allocator.h"
 #include "macros.h"
 #include "macros.h"
+#include <new>
 
 
 namespace crown
 namespace crown
 {
 {