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
This commit is contained in:
Shadooow
2022-03-14 14:37:13 +00:00
parent f360fcbf22
commit fae929d517
+3 -1
View File
@@ -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 <vfs/Core/vfs.h>