From ad03c72bdb4eef62cbc05e432d7b49d3d2cd2038 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 23 May 2007 12:02:31 +0000 Subject: Commit of patch #1715313 ("CORE: STL like algorithm implementation"). svn-id: r26929 --- gui/browser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') 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 { -- cgit v1.2.3