diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-07 13:25:57 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-07 13:25:57 +0100 |
commit | bc83d94a57e6a2f5263dec230782d9b9777cdf13 (patch) | |
tree | 9cb56a0fee14419d14df01379467d3b9df36cf91 /comphelper | |
parent | 8bf38998ec5892ae82cee340caa6c06715c4aa7d (diff) |
add (pre|post)extstl.h around cppunit headers
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/qa/test_string.cxx | 2 | ||||
-rw-r--r-- | comphelper/qa/test_weakbag.cxx | 2 |
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 { |