Daniele Bartolini пре 12 година
родитељ
комит
6499d1ea48
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      tools/core/Args.h
  2. 1 1
      tools/core/strings/Path.h

+ 1 - 1
tools/core/Args.h

@@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 
 #include "Assert.h"
 #include "Assert.h"
 #include "Types.h"
 #include "Types.h"
-#include "String.h"
+#include "StringUtils.h"
 
 
 namespace crown
 namespace crown
 {
 {

+ 1 - 1
tools/core/strings/Path.h

@@ -26,7 +26,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
-#include "String.h"
+#include "StringUtils.h"
 
 
 namespace crown
 namespace crown
 {
 {