From a2ad60869d135cc6c1f184f0c82328e372a6101b Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 28 Jan 2011 12:24:45 +0000 Subject: [PATCH] * adjusted to earlier move of NaturalCompare() to libshared.a (wasn't broken, it's just a bit clearer now). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40308 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/ImageFileNavigator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/showimage/ImageFileNavigator.cpp b/src/apps/showimage/ImageFileNavigator.cpp index ecaadefdda..b9ed68de4e 100644 --- a/src/apps/showimage/ImageFileNavigator.cpp +++ b/src/apps/showimage/ImageFileNavigator.cpp @@ -26,6 +26,7 @@ #include #include #include +#include #include #include @@ -33,7 +34,6 @@ #include "ProgressWindow.h" #include "ShowImageConstants.h" -#include "Utilities.h" class Navigator {