[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basic/source

Noel Power noel.power at suse.com
Mon Jul 22 06:45:35 PDT 2013


 basic/source/classes/codecompletecache.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c2a327bb7a4f4dcd559c1134d77c3f898f58d160
Author: Noel Power <noel.power at 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");


More information about the Libreoffice-commits mailing list