Daniele Bartolini 11 лет назад
Родитель
Сommit
31887880b7
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      engine/core/json/JSONParser.cpp

+ 2 - 0
engine/core/json/JSONParser.cpp

@@ -30,6 +30,8 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "StringUtils.h"
 #include "Vector.h"
 #include "Map.h"
+#include "Vector3.h"
+#include "Quaternion.h"
 
 namespace crown
 {