diff options
| author | Lywx <kiritodev01@gmail.com> | 2026-05-30 12:11:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:11:48 +0000 |
| commit | c5465ba0bbd02d80d6ba6beed15d049ab64f5d6d (patch) | |
| tree | 915b55da57a5c200b94b0bc90f9c1cbcec19accf | |
| parent | 8d98be81a26024ee0c9794a7224dd7a992cc687e (diff) | |
| -rw-r--r-- | OTRExporter/ExporterArchive.cpp | 2 | ||||
| -rw-r--r-- | OTRExporter/ExporterArchiveO2R.cpp | 2 | ||||
| -rw-r--r-- | OTRExporter/ExporterArchiveOTR.cpp | 2 |
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> |
