summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--OTRExporter/ExporterArchive.cpp2
-rw-r--r--OTRExporter/ExporterArchiveO2R.cpp2
-rw-r--r--OTRExporter/ExporterArchiveOTR.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/OTRExporter/ExporterArchive.cpp b/OTRExporter/ExporterArchive.cpp
index 50f3997..822bcfd 100644
--- a/OTRExporter/ExporterArchive.cpp
+++ b/OTRExporter/ExporterArchive.cpp
@@ -1,5 +1,5 @@
#include "ExporterArchive.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
#include <ship/utils/StrHash64.h>
#include <filesystem>
diff --git a/OTRExporter/ExporterArchiveO2R.cpp b/OTRExporter/ExporterArchiveO2R.cpp
index aca45e4..d361bad 100644
--- a/OTRExporter/ExporterArchiveO2R.cpp
+++ b/OTRExporter/ExporterArchiveO2R.cpp
@@ -1,5 +1,5 @@
#include "ExporterArchiveO2R.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
#include <ship/utils/StrHash64.h>
#include <filesystem>
#include <spdlog/spdlog.h>
diff --git a/OTRExporter/ExporterArchiveOTR.cpp b/OTRExporter/ExporterArchiveOTR.cpp
index 1aff41a..1c54fd3 100644
--- a/OTRExporter/ExporterArchiveOTR.cpp
+++ b/OTRExporter/ExporterArchiveOTR.cpp
@@ -1,6 +1,6 @@
#ifdef INCLUDE_MPQ_SUPPORT
#include "ExporterArchiveOTR.h"
-#include "Utils/StringHelper.h"
+#include <ship/utils/StringHelper.h>
#include <ship/utils/StrHash64.h>
#include <filesystem>