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.
This commit is contained in:
@@ -27,10 +27,15 @@
|
||||
************************************************************************/
|
||||
|
||||
#include "precompiled_tools.hxx"
|
||||
#include <sal/cppunit.h>
|
||||
#include "sal/config.h"
|
||||
#include "sal/precppunit.hxx"
|
||||
|
||||
#include <cwchar>
|
||||
|
||||
#include "cppunit/TestAssert.h"
|
||||
#include "cppunit/TestFixture.h"
|
||||
#include "cppunit/extensions/HelperMacros.h"
|
||||
#include "cppunit/plugin/TestPlugIn.h"
|
||||
#include "tools/pathutils.hxx"
|
||||
|
||||
namespace {
|
||||
|
Reference in New Issue
Block a user