From 934b32acfb1b9ffdc5e4051e51f644315b7e80fe Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 20 Oct 2016 10:16:46 -0400 Subject: [PATCH] GeneralConfigPane: Add include Ensures the class member is always resolved correctly. --- Source/Core/DolphinWX/Config/GeneralConfigPane.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/Config/GeneralConfigPane.h b/Source/Core/DolphinWX/Config/GeneralConfigPane.h index 5425cc8ee3..bfe7007ce4 100644 --- a/Source/Core/DolphinWX/Config/GeneralConfigPane.h +++ b/Source/Core/DolphinWX/Config/GeneralConfigPane.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include