summaryrefslogtreecommitdiff
path: root/comphelper/qa
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-02-07 13:25:57 +0100
committerDavid Tardon <dtardon@redhat.com>2011-02-07 13:25:57 +0100
commitbc83d94a57e6a2f5263dec230782d9b9777cdf13 (patch)
tree9cb56a0fee14419d14df01379467d3b9df36cf91 /comphelper/qa
parent8bf38998ec5892ae82cee340caa6c06715c4aa7d (diff)
add (pre|post)extstl.h around cppunit headers
Diffstat (limited to 'comphelper/qa')
-rw-r--r--comphelper/qa/test_string.cxx2
-rw-r--r--comphelper/qa/test_weakbag.cxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/comphelper/qa/test_string.cxx b/comphelper/qa/test_string.cxx
index c525d31eaa67..e764c9f73ef7 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 774260e104b9..b61727e0429d 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 {