From 8b57e0eeba13b159fd6f24d61388d486b1651214 Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 6 Jun 2022 21:48:07 +0000 Subject: [PATCH] Fix build without precompiled headers. Fixes f4128208de This was SVN commit r26925. --- source/gui/tests/test_CGUIText.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/gui/tests/test_CGUIText.h b/source/gui/tests/test_CGUIText.h index 2a847e9422..590c87f5f0 100644 --- a/source/gui/tests/test_CGUIText.h +++ b/source/gui/tests/test_CGUIText.h @@ -23,9 +23,11 @@ #include "gui/SettingTypes/CGUIString.h" #include "ps/CLogger.h" #include "ps/ConfigDB.h" +#include "ps/Filesystem.h" #include "ps/ProfileViewer.h" #include "ps/VideoMode.h" #include "renderer/Renderer.h" +#include "scriptinterface/ScriptInterface.h" class TestCGUIText : public CxxTest::TestSuite {