From fae929d5172fba31b8c2f3f1d092eedbd6d01133 Mon Sep 17 00:00:00 2001 From: Shadooow Date: Mon, 14 Mar 2022 14:37:13 +0000 Subject: [PATCH] Added missing headers which prevented the solution to be compiled without LUA_INTRO #define. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9321 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Intro.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Intro.cpp b/Intro.cpp index d42eb959..4fc72fe5 100644 --- a/Intro.cpp +++ b/Intro.cpp @@ -24,7 +24,9 @@ #include "soldier profile type.h" #include "MessageBoxScreen.h" #include "sgp_logger.h" -#include "INIReader.h" + #include "Soldier Profile.h" + #include "Game Init.h" + #include "INIReader.h" #endif #include