From c0c0e412e05916c3f45d122b54347bae3225ccc8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 7 Jun 2019 18:25:32 -0400 Subject: Core/ConfigManager: Use forward declarations where applicable Avoids dragging in IniFile, EXI device and SI device headers in this header which is quite widely used throughout the codebase. This also uncovered a few cases where indirect inclusions were being relied upon, which this also fixes. --- Source/Core/VideoCommon/OnScreenDisplay.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/OnScreenDisplay.cpp') diff --git a/Source/Core/VideoCommon/OnScreenDisplay.cpp b/Source/Core/VideoCommon/OnScreenDisplay.cpp index 9df93cfc16..a38dc35318 100644 --- a/Source/Core/VideoCommon/OnScreenDisplay.cpp +++ b/Source/Core/VideoCommon/OnScreenDisplay.cpp @@ -11,6 +11,7 @@ #include "imgui.h" #include "Common/CommonTypes.h" +#include "Common/StringUtil.h" #include "Common/Timer.h" #include "Core/ConfigManager.h" -- cgit v1.2.3