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 /basebmp/test/filltest.cxx | |
parent | 312c6c891bec6f118da860b364493bfd69814036 (diff) |
#i113503# cppunit stl wrapper headers
Diffstat (limited to 'basebmp/test/filltest.cxx')
-rw-r--r-- | basebmp/test/filltest.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basebmp/test/filltest.cxx b/basebmp/test/filltest.cxx index 150fa11b3a72..d03e887dbcc5 100644 --- a/basebmp/test/filltest.cxx +++ b/basebmp/test/filltest.cxx @@ -27,9 +27,11 @@ // 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/vector/b2isize.hxx> #include <basegfx/range/b2drange.hxx> |