diff options
-rw-r--r-- | tools/prj/build.lst | 2 | ||||
-rw-r--r-- | tools/qa/cppunit/test_reversemap.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/prj/build.lst b/tools/prj/build.lst index ee6803567843..fb086f248e2a 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 c2a679896ca7..190b4b2c10f4 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 |