[Libreoffice-commits] .: tools/qa

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Oct 1 14:13:41 PDT 2011


 tools/qa/urlobj/tools_urlobj_test.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 87e950a2472e52eabf5b5b1ff0275ca3aa8a7134
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Oct 1 16:13:32 2011 -0500

    add missing include to build urlobj test fixture

diff --git a/tools/qa/urlobj/tools_urlobj_test.cxx b/tools/qa/urlobj/tools_urlobj_test.cxx
index d66e5b3..4763c2a 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() )


More information about the Libreoffice-commits mailing list