diff options
author | Johannes Schickel | 2007-05-23 12:02:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-05-23 12:02:31 +0000 |
commit | ad03c72bdb4eef62cbc05e432d7b49d3d2cd2038 (patch) | |
tree | c66a41c596a270e4a8867f25b65d50bf8b4b2f58 /gui | |
parent | 81c218fe342bcb84cc0c5f55dd5867a2958f6764 (diff) | |
download | scummvm-rg350-ad03c72bdb4eef62cbc05e432d7b49d3d2cd2038.tar.gz scummvm-rg350-ad03c72bdb4eef62cbc05e432d7b49d3d2cd2038.tar.bz2 scummvm-rg350-ad03c72bdb4eef62cbc05e432d7b49d3d2cd2038.zip |
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
svn-id: r26929
Diffstat (limited to 'gui')
-rw-r--r-- | gui/browser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp index 536cccdb4e..940b92dad8 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -27,7 +27,7 @@ #include "common/config-manager.h" #include "common/fs.h" #include "common/system.h" -#include "common/func.h" +#include "common/algorithm.h" namespace GUI { |