From 99966f7887cfbed8fcd26ab5980e713d65f37eec Mon Sep 17 00:00:00 2001 From: haydentech Date: Thu, 26 Jun 2003 15:39:32 +0000 Subject: [PATCH] Namespace/gcc3 fixes git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3671 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Roster.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/kits/app/Roster.cpp b/src/kits/app/Roster.cpp index f9a7789ec5..2bec15e3bd 100644 --- a/src/kits/app/Roster.cpp +++ b/src/kits/app/Roster.cpp @@ -26,7 +26,7 @@ // Global be_roster represents the default BRoster. // app_info structure provides info for a running app. //------------------------------------------------------------------------------ -#include +#include #include #include #include @@ -51,6 +51,8 @@ #include #include +using namespace std; + // debugging //#define DBG(x) x #define DBG(x)