[libgdamm/libgdamm-4-2] Add more #includes needed with the latest glibmm.



commit d800eb173a4d2d9b986eedbafebea2df69759f24
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 27 10:19:56 2011 +0200

    Add more #includes needed with the latest glibmm.
    
    	* libgda/libgdamm/value.h: Include *handle headers.

 ChangeLog               |    6 ++++++
 libgda/libgdamm/value.h |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6a55f21..46a5cbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-27  Murray Cumming  <murrayc murrayc com>
+
+	Add more #includes needed with the latest glibmm.
+
+	* libgda/libgdamm/value.h: Include *handle headers.
+
 2011-10-25  Murray Cumming  <murrayc murrayc com>
 
 	Add #includes needed with the latest glibmm.
diff --git a/libgda/libgdamm/value.h b/libgda/libgdamm/value.h
index 0b99a36..cc8374d 100644
--- a/libgda/libgdamm/value.h
+++ b/libgda/libgdamm/value.h
@@ -27,6 +27,8 @@
 
 #include <glibmm/value.h>
 #include <glibmm/date.h>
+#include <glibmm/listhandle.h>
+#include <glibmm/slisthandle.h>
 #include <libgda/gda-value.h> //TODO: Patch libgda to use the struct _ technique.
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]