diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2015-02-12 06:42:20 +0100 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2015-02-12 06:42:20 +0100 |
commit | c096e7eed321a0c90073d73d35cec463cefc5a0e (patch) | |
tree | ad255d7a7a9236c8b6d70e6b4d160b9c04ae3a8b /xbmc/utils/StringUtils.cpp | |
parent | fd81a3e29b7f80cabf8f333c3bb867dc80c67d4b (diff) | |
parent | 57b32cebc1d9af03f06c3c1b29a7c1aeb838b5cc (diff) |
Merge pull request #6412 from Memphiz/c++11
Move to C++11; use as much std:: instead of boost:: as possible
Diffstat (limited to 'xbmc/utils/StringUtils.cpp')
-rw-r--r-- | xbmc/utils/StringUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/utils/StringUtils.cpp b/xbmc/utils/StringUtils.cpp index 6d0f19ca75..5963bf3d1f 100644 --- a/xbmc/utils/StringUtils.cpp +++ b/xbmc/utils/StringUtils.cpp @@ -33,6 +33,7 @@ #include "utils/fstrcmp.h" #include "Util.h" #include <locale> +#include <functional> #include <assert.h> #include <math.h> |