From 26bfd92dbd85a977056e526d2ae79c51b8cd3773 Mon Sep 17 00:00:00 2001 From: Stan Date: Sun, 22 Aug 2021 13:20:41 +0000 Subject: [PATCH] Fix nopch build. broken in 52baaa4bbd. This was SVN commit r25855. --- source/ps/ModInstaller.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ps/ModInstaller.cpp b/source/ps/ModInstaller.cpp index 6831eac35a..a0b51624b5 100644 --- a/source/ps/ModInstaller.cpp +++ b/source/ps/ModInstaller.cpp @@ -20,6 +20,8 @@ #include "ModInstaller.h" #include "lib/file/vfs/vfs_util.h" +#include "lib/file/file_system.h" +#include "ps/CLogger.h" #include "ps/Filesystem.h" #include "ps/XML/Xeromyces.h" #include "scriptinterface/ScriptInterface.h"