diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 09:04:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-30 09:05:17 +0000 |
commit | e4573efdff3bd5060ced95ee2380c9d4252011eb (patch) | |
tree | 2265db9b9b3610b6c80b36eae27be7b6653ac6f6 /cppu | |
parent | 6412ebe5dd05eade0d09fe736d6d485d8d285ed7 (diff) |
restore using rtl for OSL_DEBUG_LEVEL > 1
Change-Id: I6497303e1b2d8d5ffd962489657582387ab974b1
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/uno/data.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |