summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-07-22 14:44:56 +0100
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:47 +0200
commitb0b511e9b5b18069b6f4dc9565e2a485d05e1cdd (patch)
tree48bb0d7bb718bd0daad47d629b3d32b52b4bd51e /basic
parentGSOC work menu entry + code fix (diff)
downloadcore-b0b511e9b5b18069b6f4dc9565e2a485d05e1cdd.tar.gz
core-b0b511e9b5b18069b6f4dc9565e2a485d05e1cdd.zip
fix compile error, cerr not defined
Change-Id: Id33342491dd9bad0ee2f1a7bc648ed669a2b92b9
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/codecompletecache.cxx1
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");