basic/source/classes/codecompletecache.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit c2a327bb7a4f4dcd559c1134d77c3f898f58d160 Author: Noel Power <noel.po...@suse.com> Date: Mon Jul 22 14:44:56 2013 +0100 fix compile error, cerr not defined Change-Id: Id33342491dd9bad0ee2f1a7bc648ed669a2b92b9 diff --git a/basic/source/classes/codecompletecache.cxx b/basic/source/classes/codecompletecache.cxx index fc23e7a..6281133 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"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits