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
commit be7f212dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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