Merge pull request #6245 from lioncash/missing-decl

DolphinWX: Resolve missing declaration warnings
This commit is contained in:
JosJuice
2017-12-08 12:17:28 +01:00
committed by GitHub

View File

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