Daniele Bartolini 10 ani în urmă
părinte
comite
f9135482e4
4 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 1 0
      src/core/json/json.cpp
  2. 1 1
      src/core/json/json.h
  3. 1 0
      src/core/json/sjson.cpp
  4. 1 1
      src/core/json/sjson.h

+ 1 - 0
src/core/json/json.cpp

@@ -3,6 +3,7 @@
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
+#include "dynamic_string.h"
 #include "json.h"
 #include "macros.h"
 #include "map.h"

+ 1 - 1
src/core/json/json.h

@@ -6,7 +6,7 @@
 #pragma once
 
 #include "json_types.h"
-#include "dynamic_string.h"
+#include "string_types.h"
 
 namespace crown
 {

+ 1 - 0
src/core/json/sjson.cpp

@@ -3,6 +3,7 @@
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
 
+#include "dynamic_string.h"
 #include "macros.h"
 #include "map.h"
 #include "quaternion.h"

+ 1 - 1
src/core/json/sjson.h

@@ -7,7 +7,7 @@
 
 #include "json_types.h"
 #include "math_types.h"
-#include "dynamic_string.h"
+#include "string_types.h"
 
 namespace crown
 {