Add missing functional include caused by PR111

This commit is contained in:
Matthew Parlane 2014-03-09 12:28:58 +13:00
parent 9f931ae621
commit 2e70ff2441
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 <functional>
#include "Common/Common.h"
#include "Common/StringUtil.h"