Daniele Bartolini 11 лет назад
Родитель
Сommit
b4ab1c94e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      engine/core/memory/memory.h

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

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