connectivity/source/drivers/jdbc/PreparedStatement.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5e2777bdc609a022da4460c80fadac28d08ce088
Author: Fridrich Å trba <[email protected]>
Date:   Tue Jul 17 08:00:39 2012 +0200

    Include iostream header to get std::cerr (unreviewed build-fix)
    
    Change-Id: I714b9d8bb6fb187ca7cd1dc6754cd63d7bb084da

diff --git a/connectivity/source/drivers/jdbc/PreparedStatement.cxx 
b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
index b3f1745..58471ec 100644
--- a/connectivity/source/drivers/jdbc/PreparedStatement.cxx
+++ b/connectivity/source/drivers/jdbc/PreparedStatement.cxx
@@ -43,6 +43,7 @@
 #include "resource/sharedresources.hxx"
 #include "java/LocalRef.hxx"
 #include <string.h>
+#include <iostream>
 
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to