[libgdamm] Add #includes needed with the latest glibmm.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] Add #includes needed with the latest glibmm.
- Date: Tue, 25 Oct 2011 10:15:07 +0000 (UTC)
commit bb32e7d3a4627275f61a727e69a31e5b88a1ff31
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Oct 25 12:14:58 2011 +0200
Add #includes needed with the latest glibmm.
* libgda/libgdamm/value.cc:
* libgda/libgdamm/value.h:
* libgda/src/blobop.hg:
* libgda/src/holder.hg:
* libgda/src/metastruct.hg:
* libgda/src/quarklist.hg:
* libgda/src/serveroperation.hg:
* libgda/src/sqlexpr.hg:
* libgda/src/sqlstatement.hg: Add individual includes now that gmmproc does not
add #include glibmm.h at the top of every generated header.
ChangeLog | 15 +++++++++++++++
libgda/libgdamm/value.cc | 1 +
libgda/libgdamm/value.h | 2 +-
libgda/src/blobop.hg | 2 ++
libgda/src/holder.hg | 2 ++
libgda/src/metastruct.hg | 2 ++
libgda/src/quarklist.hg | 2 ++
libgda/src/serveroperation.hg | 2 ++
libgda/src/sqlexpr.hg | 1 +
libgda/src/sqlstatement.hg | 1 +
10 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index df96276..7c12232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-10-25 Murray Cumming <murrayc murrayc com>
+
+ Add #includes needed with the latest glibmm.
+
+ * libgda/libgdamm/value.cc:
+ * libgda/libgdamm/value.h:
+ * libgda/src/blobop.hg:
+ * libgda/src/holder.hg:
+ * libgda/src/metastruct.hg:
+ * libgda/src/quarklist.hg:
+ * libgda/src/serveroperation.hg:
+ * libgda/src/sqlexpr.hg:
+ * libgda/src/sqlstatement.hg: Add individual includes now that gmmproc does not
+ add #include glibmm.h at the top of every generated header.
+
2011-10-19 Murray Cumming <murrayc murrayc com>
m4 conversions: Fixed an incorrect quote, found by Josà Alburquerque.
diff --git a/libgda/libgdamm/value.cc b/libgda/libgdamm/value.cc
index 248bc1b..637f42c 100644
--- a/libgda/libgdamm/value.cc
+++ b/libgda/libgdamm/value.cc
@@ -21,6 +21,7 @@
*/
#include <libgdamm/value.h>
+#include <glibmm/utility.h>
#include <libgda/gda-value.h>
#include <libgda/gda-enum-types.h>
#include <libgda/gda-util.h>
diff --git a/libgda/libgdamm/value.h b/libgda/libgdamm/value.h
index 68644e1..ea0a6aa 100644
--- a/libgda/libgdamm/value.h
+++ b/libgda/libgdamm/value.h
@@ -25,8 +25,8 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <glibmm.h>
#include <glibmm/value.h>
+#include <glibmm/date.h>
#include <libgda/gda-value.h> //TODO: Patch libgda to use the struct _ technique.
diff --git a/libgda/src/blobop.hg b/libgda/src/blobop.hg
index ce1f1cc..df04a96 100644
--- a/libgda/src/blobop.hg
+++ b/libgda/src/blobop.hg
@@ -22,6 +22,8 @@
_DEFS(libgdamm,libgda)
_PINCLUDE(glibmm/private/object_p.h)
+#include <glibmm/object.h>
+
namespace Gnome
{
diff --git a/libgda/src/holder.hg b/libgda/src/holder.hg
index fe4ac04..58d1048 100644
--- a/libgda/src/holder.hg
+++ b/libgda/src/holder.hg
@@ -21,6 +21,8 @@
#include <libgdamm/datahandler.h>
#include <libgdamm/value.h>
+#include <glibmm/object.h>
+#include <glibmm/error.h>
_DEFS(libgdamm,libgda)
_PINCLUDE(glibmm/private/object_p.h)
diff --git a/libgda/src/metastruct.hg b/libgda/src/metastruct.hg
index 962a15d..1d4e098 100644
--- a/libgda/src/metastruct.hg
+++ b/libgda/src/metastruct.hg
@@ -20,6 +20,8 @@
*/
#include <libgdamm/value.h>
+#include <glibmm/object.h>
+#include <glibmm/error.h>
#include <libgda/gda-meta-struct.h>
_DEFS(libgdamm,libgda)
diff --git a/libgda/src/quarklist.hg b/libgda/src/quarklist.hg
index 97507d1..54ba809 100644
--- a/libgda/src/quarklist.hg
+++ b/libgda/src/quarklist.hg
@@ -22,6 +22,8 @@
_DEFS(libgdamm,libgda)
_PINCLUDE(glibmm/private/object_p.h)
+#include <glibmm/object.h>
+#include <glibmm/error.h>
#include <libgda/gda-quark-list.h>
namespace Gnome
diff --git a/libgda/src/serveroperation.hg b/libgda/src/serveroperation.hg
index 1a4dbbe..ef12fd0 100644
--- a/libgda/src/serveroperation.hg
+++ b/libgda/src/serveroperation.hg
@@ -21,6 +21,8 @@
*/
#include <libgdamm/value.h>
+#include <glibmm/object.h>
+#include <glibmm/error.h>
#include <libgda/gda-server-provider.h>
_DEFS(libgdamm,libgda)
diff --git a/libgda/src/sqlexpr.hg b/libgda/src/sqlexpr.hg
index 0d8d4b4..4272efd 100644
--- a/libgda/src/sqlexpr.hg
+++ b/libgda/src/sqlexpr.hg
@@ -21,6 +21,7 @@
_DEFS(libgdamm,libgda)
+#include <glibmm/object.h>
#include <libgda/sql-parser/gda-statement-struct-parts.h>
namespace Gnome
diff --git a/libgda/src/sqlstatement.hg b/libgda/src/sqlstatement.hg
index f3e7bc6..2281f86 100644
--- a/libgda/src/sqlstatement.hg
+++ b/libgda/src/sqlstatement.hg
@@ -20,6 +20,7 @@
_DEFS(libgdamm,libgda)
//#include <libgdamm/connection.h>
+#include <glibmm/value.h>
#include <libgda/sql-parser/gda-statement-struct.h>
namespace Gnome
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]