From 432810648500d509875a3efa51aa15fe8f01417b Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 2 May 2009 01:09:26 +0000 Subject: [PATCH] gcc4 build fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30547 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/locale/Locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/locale/Locale.h b/headers/os/locale/Locale.h index 20d8a3ab21..8d11b595ce 100644 --- a/headers/os/locale/Locale.h +++ b/headers/os/locale/Locale.h @@ -6,8 +6,8 @@ #include #include - class BCatalog; +class BLocaleRoster; class BString;