From b7c8c70f2a5219d20b3bccc4199b58dc66ccbe32 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 31 Dec 2024 13:01:54 +0100 Subject: [PATCH] fix: compilation --- .../Game/IW4/PhysPreset/InfoStringLoaderPhysPresetIW4.cpp | 1 + .../Game/T6/PhysPreset/InfoStringLoaderPhysPresetT6.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ObjLoading/Game/IW4/PhysPreset/InfoStringLoaderPhysPresetIW4.cpp b/src/ObjLoading/Game/IW4/PhysPreset/InfoStringLoaderPhysPresetIW4.cpp index 5c84ba04..25c8cc89 100644 --- a/src/ObjLoading/Game/IW4/PhysPreset/InfoStringLoaderPhysPresetIW4.cpp +++ b/src/ObjLoading/Game/IW4/PhysPreset/InfoStringLoaderPhysPresetIW4.cpp @@ -4,6 +4,7 @@ #include "Game/IW4/InfoString/InfoStringToStructConverter.h" #include "Game/IW4/PhysPreset/PhysPresetFields.h" +#include #include #include #include diff --git a/src/ObjLoading/Game/T6/PhysPreset/InfoStringLoaderPhysPresetT6.cpp b/src/ObjLoading/Game/T6/PhysPreset/InfoStringLoaderPhysPresetT6.cpp index 038382c5..fbd2b9d2 100644 --- a/src/ObjLoading/Game/T6/PhysPreset/InfoStringLoaderPhysPresetT6.cpp +++ b/src/ObjLoading/Game/T6/PhysPreset/InfoStringLoaderPhysPresetT6.cpp @@ -4,6 +4,7 @@ #include "Game/T6/PhysPreset/PhysPresetFields.h" #include "Game/T6/T6.h" +#include #include #include #include