From a4223c87f692e17754e11ba55eda0c78ca81b0b3 Mon Sep 17 00:00:00 2001 From: wraitii Date: Wed, 3 Mar 2021 11:08:57 +0000 Subject: [PATCH] Fix NoPCH following cb346e207b Broken in cb346e207b Differential Revision: https://code.wildfiregames.com/D3629 This was SVN commit r24994. --- source/i18n/scripting/JSInterface_L10n.cpp | 1 + source/ps/VisualReplay.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/source/i18n/scripting/JSInterface_L10n.cpp b/source/i18n/scripting/JSInterface_L10n.cpp index 79e0c5d2e8..51b9d0bae3 100644 --- a/source/i18n/scripting/JSInterface_L10n.cpp +++ b/source/i18n/scripting/JSInterface_L10n.cpp @@ -21,6 +21,7 @@ #include "i18n/L10n.h" #include "lib/utf8.h" +#include "ps/CLogger.h" #include "scriptinterface/FunctionWrapper.h" #include "scriptinterface/ScriptInterface.h" diff --git a/source/ps/VisualReplay.h b/source/ps/VisualReplay.h index 9b4f70ece8..c7da994c7d 100644 --- a/source/ps/VisualReplay.h +++ b/source/ps/VisualReplay.h @@ -19,9 +19,11 @@ #define INCLUDED_VISUAL_REPLAY #include "lib/os_path.h" +#include "scriptinterface/ScriptTypes.h" class CSimulation2; class CGUIManager; +class CStrW; class ScriptInterface;