From 06b932a49d65e82cdfa7d28a04f48eef6de9ea49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 13 Oct 2003 02:26:22 +0000 Subject: [PATCH] Fixed compilation of many tests under Dano. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5004 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/tools/cppunit/TestShell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/tools/cppunit/TestShell.h b/headers/tools/cppunit/TestShell.h index a616fd20d0..c815e8971f 100644 --- a/headers/tools/cppunit/TestShell.h +++ b/headers/tools/cppunit/TestShell.h @@ -13,6 +13,7 @@ #include class BDirectory; +class BPath; // Defines SuiteFunction to be a pointer to a function that // takes no arguments and returns a pointer to a CppUnit::Test