From d172714dbd16e82f6b1ab44d2080dadcf52e3d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 12 Oct 2003 00:48:49 +0000 Subject: [PATCH] Lazy man's GCC 3 adaption. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4996 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/kernel_cpp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/kernel/util/kernel_cpp.h b/headers/private/kernel/util/kernel_cpp.h index d94a9944a7..633fbc342b 100644 --- a/headers/private/kernel/util/kernel_cpp.h +++ b/headers/private/kernel/util/kernel_cpp.h @@ -11,6 +11,9 @@ #include +using namespace std; + + // Oh no! C++ in the kernel! Are you nuts? // // - no exceptions