aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJohannes Schickel2007-05-23 12:02:31 +0000
committerJohannes Schickel2007-05-23 12:02:31 +0000
commitad03c72bdb4eef62cbc05e432d7b49d3d2cd2038 (patch)
treec66a41c596a270e4a8867f25b65d50bf8b4b2f58 /gui
parent81c218fe342bcb84cc0c5f55dd5867a2958f6764 (diff)
downloadscummvm-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.cpp2
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 {