--- linuxsampler/trunk/src/testcases/ConditionTest.h 2007/06/05 15:55:05 1220 +++ linuxsampler/trunk/src/testcases/ConditionTest.h 2007/06/06 18:50:03 1221 @@ -13,6 +13,8 @@ // we need an additional thread to test the Mutex class #include "../common/Thread.h" +using namespace LinuxSampler; + class ConditionTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE(ConditionTest);