diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 12:16:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-06 12:16:50 +0100 |
commit | ecadd96bccf9e535362ee49ac9019cb2eb69f3ae (patch) | |
tree | 60706b2c317e824c3caafd54f3b8b7bb200ab742 /basegfx/test/basegfxtools.cxx | |
parent | 312c6c891bec6f118da860b364493bfd69814036 (diff) |
#i113503# cppunit stl wrapper headers
Diffstat (limited to 'basegfx/test/basegfxtools.cxx')
-rw-r--r-- | basegfx/test/basegfxtools.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx index 1a8b97a559b2..7e385f1eb78c 100644 --- a/basegfx/test/basegfxtools.cxx +++ b/basegfx/test/basegfxtools.cxx @@ -30,9 +30,11 @@ #include "precompiled_basegfx.hxx" // autogenerated file with codegen.pl +#include "preextstl.h" #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" +#include "postextstl.h" #include <basegfx/tools/keystoplerp.hxx> #include <basegfx/numeric/ftools.hxx> |