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};