From dd54f3c0c15621b81735088a899a98928ecfa158 Mon Sep 17 00:00:00 2001 From: spycrab Date: Fri, 12 May 2017 20:56:00 +0200 Subject: [PATCH] Qt: Fix Interface Pane --- Source/Core/DolphinQt2/Settings/InterfacePane.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinQt2/Settings/InterfacePane.cpp b/Source/Core/DolphinQt2/Settings/InterfacePane.cpp index 15d44de32b..09a0a3f3a8 100644 --- a/Source/Core/DolphinQt2/Settings/InterfacePane.cpp +++ b/Source/Core/DolphinQt2/Settings/InterfacePane.cpp @@ -14,6 +14,7 @@ #include "Common/CommonPaths.h" #include "Common/FileSearch.h" #include "Common/FileUtil.h" +#include "Common/StringUtil.h" #include "Core/ConfigManager.h" InterfacePane::InterfacePane(QWidget* parent) : QWidget(parent)