mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinWX: Resolve missing declaration warnings
Without the include, the prototypes of the functions can't be found
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "DolphinWX/UINeedsControllerState.h"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
static std::atomic<bool> s_needs_controller_state{false};
|
||||
|
Reference in New Issue
Block a user