mikymod 12 лет назад
Родитель
Сommit
d592de58d0
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      engine/compilers/unit/UnitCompiler.cpp
  2. 1 0
      engine/resource/UnitResource.h

+ 1 - 0
engine/compilers/unit/UnitCompiler.cpp

@@ -32,6 +32,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "UnitCompiler.h"
 #include "TempAllocator.h"
 #include "Log.h"
+#include "PhysicsTypes.h"
 
 namespace crown
 {

+ 1 - 0
engine/resource/UnitResource.h

@@ -31,6 +31,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Bundle.h"
 #include "Allocator.h"
 #include "File.h"
+#include "PhysicsTypes.h"
 
 namespace crown
 {