From e88c457276986c3eb88e98112f7f65ae5ce25803 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 7 Dec 2017 18:40:37 -0500 Subject: [PATCH] DolphinWX: Resolve missing declaration warnings Without the include, the prototypes of the functions can't be found --- Source/Core/DolphinWX/UINeedsControllerState.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinWX/UINeedsControllerState.cpp b/Source/Core/DolphinWX/UINeedsControllerState.cpp index bffeef1b59..f6f9c6e5f4 100644 --- a/Source/Core/DolphinWX/UINeedsControllerState.cpp +++ b/Source/Core/DolphinWX/UINeedsControllerState.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include "DolphinWX/UINeedsControllerState.h" + #include static std::atomic s_needs_controller_state{false};