[gtkmm-documentation] Add includes needed for latest glibmm and gtkmm.



commit 265e8911bdf3583b0e713bda73583d879e810081
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Nov 18 11:48:43 2011 +0100

    Add includes needed for latest glibmm and gtkmm.
    
    * examples/book/drawingarea/clock/clock.cc:
    * examples/book/drawingarea/image/myarea.cc:
    * examples/book/input/main.cc:
    * examples/others/idle/idle.cc: Added some glibmm includes.

 ChangeLog                                 |    9 +++++++++
 examples/book/drawingarea/clock/clock.cc  |    1 +
 examples/book/drawingarea/image/myarea.cc |    1 +
 examples/book/input/main.cc               |    2 ++
 examples/others/idle/idle.cc              |    1 +
 5 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 504dfe0..6ac718b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-11-18  Murray Cumming  <murrayc murrayc com>
 
+	Add includes needed for latest glibmm and gtkmm.
+
+	* examples/book/drawingarea/clock/clock.cc:
+	* examples/book/drawingarea/image/myarea.cc:
+	* examples/book/input/main.cc:
+	* examples/others/idle/idle.cc: Added some glibmm includes.
+
+2011-11-18  Murray Cumming  <murrayc murrayc com>
+
 	Add Pedro Ferreira to the authors list.
 
 	* docs/tutorial/C/gtkmm-tutorial-in.xml: Added an author tag.
diff --git a/examples/book/drawingarea/clock/clock.cc b/examples/book/drawingarea/clock/clock.cc
index 1b0b8bf..2cf8680 100644
--- a/examples/book/drawingarea/clock/clock.cc
+++ b/examples/book/drawingarea/clock/clock.cc
@@ -19,6 +19,7 @@
 #include <ctime>
 #include <cmath>
 #include <cairomm/context.h>
+#include <glibmm/main.h>
 #include "clock.h"
 
 Clock::Clock()
diff --git a/examples/book/drawingarea/image/myarea.cc b/examples/book/drawingarea/image/myarea.cc
index e83de8c..fb205ed 100644
--- a/examples/book/drawingarea/image/myarea.cc
+++ b/examples/book/drawingarea/image/myarea.cc
@@ -17,6 +17,7 @@
 #include "myarea.h"
 #include <cairomm/context.h>
 #include <gdkmm/general.h> // set_source_pixbuf()
+#include <glibmm/fileutils.h>
 #include <iostream>
 
 MyArea::MyArea()
diff --git a/examples/book/input/main.cc b/examples/book/input/main.cc
index 9cf3095..ad76f35 100644
--- a/examples/book/input/main.cc
+++ b/examples/book/input/main.cc
@@ -1,5 +1,7 @@
 #include <build/config.h>
 #include <gtkmm/main.h>
+#include <glibmm/main.h>
+#include <glibmm/iochannel.h>
 #include <fcntl.h>
 #include <iostream>
 
diff --git a/examples/others/idle/idle.cc b/examples/others/idle/idle.cc
index e19250e..5dd3297 100644
--- a/examples/others/idle/idle.cc
+++ b/examples/others/idle/idle.cc
@@ -10,6 +10,7 @@
 #include <gtkmm/progressbar.h>
 #include <gtkmm/main.h>
 #include <gtkmm/window.h>
+#include <glibmm/main.h>
 
 
 class IdleExample : public Gtk::Window



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