From d996328cd5f46eeed2df0cbd510eda28e2f7cef9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Sep 2011 21:24:31 +0200 Subject: sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. --- cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cppuhelper/qa/ifcontainer') diff --git a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx index 09ec884d46c2..7d40a8d1194c 100644 --- a/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx +++ b/cppuhelper/qa/ifcontainer/cppu_ifcontainer.cxx @@ -26,6 +26,9 @@ * ************************************************************************/ +#include "sal/config.h" +#include "sal/precppunit.hxx" + #include #include #include -- cgit