Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 16c332f1a322edc01c1e01f72c357b9d > files > 3

mysql-workbench-oss-5.1.16-3mdv2010.1.src.rpm

--- mysql-workbench-oss-5.1.16/ext/cppconn/driver/mysql_art_resultset.cpp.orig	2009-07-17 17:21:15.679532838 +0200
+++ mysql-workbench-oss-5.1.16/ext/cppconn/driver/mysql_art_resultset.cpp	2009-07-17 17:21:19.361424927 +0200
@@ -16,6 +16,7 @@
 
 #include <cppconn/exception.h>
 #include <sstream>
+#include <cstdio>
 #include <math.h>
 
 
--- mysql-workbench-oss-5.1.16/ext/cppconn/driver/mysql_resultbind.cpp.orig	2009-07-17 17:22:48.601180015 +0200
+++ mysql-workbench-oss-5.1.16/ext/cppconn/driver/mysql_resultbind.cpp	2009-07-17 17:22:52.288936233 +0200
@@ -14,6 +14,7 @@
 #include "mysql_resultbind.h"
 
 #include <string.h>
+#include <cstdio>
 
 namespace sql
 {
--- mysql-workbench-oss-5.1.16/library/canvas/src/mdc_common.h.orig	2009-07-17 17:23:56.268931891 +0200
+++ mysql-workbench-oss-5.1.16/library/canvas/src/mdc_common.h	2009-07-17 17:24:02.281683417 +0200
@@ -6,6 +6,7 @@
 #include <list>
 #include <vector>
 #include <string>
+#include <cstdio>
 #include <map>
 #include <set>
 #include <stdexcept>
--- mysql-workbench-oss-5.1.16/library/forms/mforms.cpp.orig	2009-07-18 22:11:34.169205914 +0200
+++ mysql-workbench-oss-5.1.16/library/forms/mforms.cpp	2009-07-18 22:12:01.231912153 +0200
@@ -18,6 +18,7 @@
  */
 #include "stdafx.h"
 #include <string.h>
+#include <cstdio>
 #include "mforms/mforms.h"
 #include "mforms/simpleform.h"
 
--- mysql-workbench-oss-5.1.16/library/forms/filechooser.cpp.orig	2009-07-18 22:12:43.269207292 +0200
+++ mysql-workbench-oss-5.1.16/library/forms/filechooser.cpp	2009-07-18 22:12:56.510152703 +0200
@@ -19,6 +19,7 @@
 #include "stdafx.h"
 
 #include <mforms/mforms.h>
+#include <cstdio>
 
 
 using namespace mforms;