From 32e088e28c8cdd055d4bb8f3f219d33ad37963f3 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya0@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:31:39 -0400 Subject: update to work with lus header structure (#44) --- OTRExporter/DisplayListExporter.cpp | 2 +- OTRExporter/ExporterArchive.cpp | 2 +- OTRExporter/ExporterArchiveO2R.cpp | 2 +- OTRExporter/ExporterArchiveOTR.cpp | 2 +- OTRExporter/VersionInfo.h | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/OTRExporter/DisplayListExporter.cpp b/OTRExporter/DisplayListExporter.cpp index 0187718..f7bcf41 100644 --- a/OTRExporter/DisplayListExporter.cpp +++ b/OTRExporter/DisplayListExporter.cpp @@ -4,7 +4,7 @@ #include "../ZAPD/ZFile.h" #include #include -#include +#include #include "spdlog/spdlog.h" #include #include diff --git a/OTRExporter/ExporterArchive.cpp b/OTRExporter/ExporterArchive.cpp index 4fdb419..50f3997 100644 --- a/OTRExporter/ExporterArchive.cpp +++ b/OTRExporter/ExporterArchive.cpp @@ -1,6 +1,6 @@ #include "ExporterArchive.h" #include "Utils/StringHelper.h" -#include +#include #include ExporterArchive::ExporterArchive(const std::string& path, bool enableWriting) : mPath(path) { diff --git a/OTRExporter/ExporterArchiveO2R.cpp b/OTRExporter/ExporterArchiveO2R.cpp index 05fb981..aca45e4 100644 --- a/OTRExporter/ExporterArchiveO2R.cpp +++ b/OTRExporter/ExporterArchiveO2R.cpp @@ -1,6 +1,6 @@ #include "ExporterArchiveO2R.h" #include "Utils/StringHelper.h" -#include +#include #include #include diff --git a/OTRExporter/ExporterArchiveOTR.cpp b/OTRExporter/ExporterArchiveOTR.cpp index 79b87a6..1aff41a 100644 --- a/OTRExporter/ExporterArchiveOTR.cpp +++ b/OTRExporter/ExporterArchiveOTR.cpp @@ -1,7 +1,7 @@ #ifdef INCLUDE_MPQ_SUPPORT #include "ExporterArchiveOTR.h" #include "Utils/StringHelper.h" -#include +#include #include ExporterArchiveOtr::ExporterArchiveOtr(const std::string& path, bool enableWriting) { diff --git a/OTRExporter/VersionInfo.h b/OTRExporter/VersionInfo.h index a58ce1c..51515d4 100644 --- a/OTRExporter/VersionInfo.h +++ b/OTRExporter/VersionInfo.h @@ -2,6 +2,7 @@ #include #include -#include "src/resource/Resource.h" +#include +#include extern std::map resourceVersions; -- cgit v1.2.3