From 48c68671a20d8226c206dbaa30b5eccbd0ae3237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 5 May 2004 16:19:03 +0000 Subject: [PATCH] Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should make sure they are defined. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7415 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/tools/cppunit/TestCase.h | 1 + headers/tools/cppunit/TestSuite.h | 1 + 2 files changed, 2 insertions(+) diff --git a/headers/tools/cppunit/TestCase.h b/headers/tools/cppunit/TestCase.h index ba69063fdf..89dc4cccc0 100644 --- a/headers/tools/cppunit/TestCase.h +++ b/headers/tools/cppunit/TestCase.h @@ -1,6 +1,7 @@ #ifndef _beos_test_case_h_ #define _beos_test_case_h_ +#include #include #include #include diff --git a/headers/tools/cppunit/TestSuite.h b/headers/tools/cppunit/TestSuite.h index 9113f0a7ba..734272139d 100644 --- a/headers/tools/cppunit/TestSuite.h +++ b/headers/tools/cppunit/TestSuite.h @@ -1,6 +1,7 @@ #ifndef _beos_test_suite_h_ #define _beos_test_suite_h_ +#include #include #include #include