[Libreoffice-commits] .: Branch 'libreoffice-3-6' - connectivity/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Jul 16 23:01:42 PDT 2012
connectivity/source/drivers/jdbc/PreparedStatement.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5e2777bdc609a022da4460c80fadac28d08ce088
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
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;
More information about the Libreoffice-commits
mailing list