diff options
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 { |