Merge pull request #6245 from lioncash/missing-decl
DolphinWX: Resolve missing declaration warnings
This commit is contained in:
commit
be7f212dd0
|
@ -2,6 +2,8 @@
|
||||||
// Licensed under GPLv2+
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include "DolphinWX/UINeedsControllerState.h"
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
static std::atomic<bool> s_needs_controller_state{false};
|
static std::atomic<bool> s_needs_controller_state{false};
|
||||||
|
|
Loading…
Reference in New Issue