DolphinWX: Resolve missing declaration warnings

Without the include, the prototypes of the functions can't be found
This commit is contained in:
Lioncash 2017-12-07 18:40:37 -05:00
parent d243b2c0a8
commit e88c457276
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};