diff options
author | Noel Power <noel.power@suse.com> | 2013-07-22 14:44:56 +0100 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:47 +0200 |
commit | b0b511e9b5b18069b6f4dc9565e2a485d05e1cdd (patch) | |
tree | 48bb0d7bb718bd0daad47d629b3d32b52b4bd51e /basic | |
parent | 3ce1f554deba05eb33a928ca05674e4afa70aecc (diff) |
fix compile error, cerr not defined
Change-Id: Id33342491dd9bad0ee2f1a7bc648ed669a2b92b9
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/codecompletecache.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/source/classes/codecompletecache.cxx b/basic/source/classes/codecompletecache.cxx index fc23e7a580d4..62811339a123 100644 --- a/basic/source/classes/codecompletecache.cxx +++ b/basic/source/classes/codecompletecache.cxx @@ -18,6 +18,7 @@ */ #include <basic/codecompletecache.hxx> +#include <iostream> const OUString CodeCompleteDataCache::GLOB_KEY = OUString("global key"); const OUString CodeCompleteDataCache::NOT_FOUND = OUString("not found"); |