[Libreoffice-commits] .: comphelper/qa

David Tardon dtardon at kemper.freedesktop.org
Mon Feb 7 04:26:04 PST 2011


 comphelper/qa/test_string.cxx  |    2 ++
 comphelper/qa/test_weakbag.cxx |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 79b76265a16ab7cb2198aee50bf5621815d8d7f6
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Feb 7 13:25:57 2011 +0100

    add (pre|post)extstl.h around cppunit headers

diff --git a/comphelper/qa/test_string.cxx b/comphelper/qa/test_string.cxx
index c525d31..e764c9f 100644
--- a/comphelper/qa/test_string.cxx
+++ b/comphelper/qa/test_string.cxx
@@ -30,9 +30,11 @@
 #include "sal/config.h"
 
 #include "comphelper/string.hxx"
+#include "preextstl.h"
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
 #include <cppunit/plugin/TestPlugIn.h>
+#include "postextstl.h"
 #include "rtl/string.h"
 #include "rtl/ustring.h"
 #include "rtl/ustring.hxx"
diff --git a/comphelper/qa/test_weakbag.cxx b/comphelper/qa/test_weakbag.cxx
index 774260e..b61727e 100644
--- a/comphelper/qa/test_weakbag.cxx
+++ b/comphelper/qa/test_weakbag.cxx
@@ -33,9 +33,11 @@
 #include "com/sun/star/uno/XInterface.hpp"
 #include "comphelper/weakbag.hxx"
 #include "cppuhelper/weak.hxx"
+#include "preextstl.h"
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
 #include <cppunit/plugin/TestPlugIn.h>
+#include "postextstl.h"
 
 namespace {
 


More information about the Libreoffice-commits mailing list