Skip to content

Commit

Permalink
Merge pull request #6245 from lioncash/missing-decl
Browse files Browse the repository at this point in the history
DolphinWX: Resolve missing declaration warnings
  • Loading branch information
JosJuice committed Dec 8, 2017
2 parents d243b2c + e88c457 commit be7f212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinWX/UINeedsControllerState.cpp
Expand Up @@ -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};
Expand Down

0 comments on commit be7f212

Please sign in to comment.