From e4573efdff3bd5060ced95ee2380c9d4252011eb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 Oct 2014 09:04:44 +0000 Subject: restore using rtl for OSL_DEBUG_LEVEL > 1 Change-Id: I6497303e1b2d8d5ffd962489657582387ab974b1 --- cppu/source/uno/data.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cppu/source/uno/data.cxx b/cppu/source/uno/data.cxx index 7b0ee22b7ba2..e2d8b6f4e5cd 100644 --- a/cppu/source/uno/data.cxx +++ b/cppu/source/uno/data.cxx @@ -36,6 +36,9 @@ using namespace ::cppu; using namespace ::osl; +#if OSL_DEBUG_LEVEL > 1 +using namespace ::rtl; +#endif namespace cppu -- cgit