tools/prj/build.lst                  |    2 +-
 tools/qa/cppunit/test_reversemap.cxx |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3482b33aeee0e2f87ab33da7f543d9aff897e66b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Sep 29 11:09:15 2011 +0200

    Added #include "unotest/oustringostreaminserter.hxx" back in (will be 
needed once rtl::OUString::operator sal_Unicode const *() is removed); made 
tools explicitly depend on unotest.

diff --git a/tools/prj/build.lst b/tools/prj/build.lst
index ee68035..fb086f2 100644
--- a/tools/prj/build.lst
+++ b/tools/prj/build.lst
@@ -1,3 +1,3 @@
-tl tools : cppu external offapi ZLIB:zlib EXPAT:expat basegfx comphelper 
i18npool NULL
+tl tools : cppu external offapi ZLIB:zlib EXPAT:expat basegfx comphelper 
i18npool unotest NULL
 tl tools\prj nmake - all tl_prj NULL
 # tl   tools\qa                                        nmake   -       all     
tl_qa tl_utl NULL
diff --git a/tools/qa/cppunit/test_reversemap.cxx 
b/tools/qa/cppunit/test_reversemap.cxx
index c2a6798..190b4b2 100644
--- a/tools/qa/cppunit/test_reversemap.cxx
+++ b/tools/qa/cppunit/test_reversemap.cxx
@@ -42,6 +42,7 @@
 #include <vector>
 
 #include "tools/tenccvt.hxx"
+#include "unotest/oustringostreaminserter.hxx"
 
 //Tests for getBestMSEncodingByChar
 
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to