summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 16:13:32 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 16:13:32 -0500
commit87e950a2472e52eabf5b5b1ff0275ca3aa8a7134 (patch)
treef84162f927fbffb3581aaff6c1192a93452b770d /tools
parentRevert "disable de sub-project wingw-dll for now... apparently a botched commit" (diff)
downloadcore-87e950a2472e52eabf5b5b1ff0275ca3aa8a7134.tar.gz
core-87e950a2472e52eabf5b5b1ff0275ca3aa8a7134.zip
add missing include to build urlobj test fixture
Diffstat (limited to 'tools')
-rw-r--r--tools/qa/urlobj/tools_urlobj_test.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qa/urlobj/tools_urlobj_test.cxx b/tools/qa/urlobj/tools_urlobj_test.cxx
index d66e5b38d1f9..4763c2a8a0d7 100644
--- a/tools/qa/urlobj/tools_urlobj_test.cxx
+++ b/tools/qa/urlobj/tools_urlobj_test.cxx
@@ -31,6 +31,8 @@
#include "sal/config.h"
#include "sal/precppunit.hxx"
+#include "cppunit/TestFixture.h"
+#include <cppunit/extensions/HelperMacros.h>
#include "tools/urlobj.hxx"
#define OUSTR_TO_STDSTR( oustr ) std::string( rtl::OUStringToOString( oustr, RTL_TEXTENCODING_ASCII_US ).getStr() )