Skip to content

Commit

Permalink
Add missing functional include caused by PR111
Browse files Browse the repository at this point in the history
  • Loading branch information
Parlane committed Mar 8, 2014
1 parent 9f931ae commit 2e70ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Debugger/Debugger_SymbolMap.cpp
Expand Up @@ -2,6 +2,8 @@
// Licensed under GPLv2
// Refer to the license.txt file included.

#include <functional>

#include "Common/Common.h"
#include "Common/StringUtil.h"

Expand Down

1 comment on commit 2e70ff2

@hrydgard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip: Write pull request numbers as #111 (with a hash instead of "PR") to get them autolinked on github.

Please sign in to comment.