From f2cda853104afebf75fd6385159ee02b69fb9ff5 Mon Sep 17 00:00:00 2001 From: Imarok Date: Tue, 17 Apr 2018 22:02:10 +0000 Subject: [PATCH] Fix compilation of ModInstaller without pch Reviewed by: elexis Differential Revision: https://code.wildfiregames.com/D1456 This was SVN commit r21739. --- source/ps/ModInstaller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ps/ModInstaller.h b/source/ps/ModInstaller.h index 8538fbb0c0..c061db812d 100644 --- a/source/ps/ModInstaller.h +++ b/source/ps/ModInstaller.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_MODINSTALLER #define INCLUDED_MODINSTALLER +#include "CStr.h" #include "lib/file/vfs/vfs.h" #include "scriptinterface/ScriptInterface.h"