[gtkmm] Fix the build.



commit 1e76a0bf510ecadf74af55afa2030922f467efe9
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 11 23:53:15 2011 +0100

    Fix the build.
    
    * gtk/src/selectiondata.hg: Include gdkmm/pixbuf.h now that it is not
    included indirectly.

 ChangeLog                |    7 +++++++
 gtk/src/selectiondata.hg |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a85331f..840c954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-11  Murray Cumming  <murrayc murrayc com>
 
+	Fix the build.
+
+	* gtk/src/selectiondata.hg: Include gdkmm/pixbuf.h now that it is not 
+	included indirectly.
+
+2011-01-11  Murray Cumming  <murrayc murrayc com>
+
 	Regenerated signals and properties defs.
 
 	* gdk/src/gdk_signals.defs:
diff --git a/gtk/src/selectiondata.hg b/gtk/src/selectiondata.hg
index 81b4689..06a4a07 100644
--- a/gtk/src/selectiondata.hg
+++ b/gtk/src/selectiondata.hg
@@ -20,7 +20,7 @@
 _DEFS(gtkmm,gtk)
 
 #include <gdkmm/display.h>
-
+#include <gdkmm/pixbuf.h>
 
 namespace Gtk
 {



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