gtkmm-documentation r55 - in trunk: . examples/book/custom/custom_widget examples/book/giomm/read_file examples/book/giomm/read_file_async



Author: murrayc
Date: Tue Jul 29 13:43:50 2008
New Revision: 55
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=55&view=rev

Log:
2008-07-29  Deng Xiyue <manphiz gmail com>
* examples/book/giomm/read_file_async/main.cc:
* examples/book/giomm/read_file/main.cc:
* examples/book/custom/custom_widget/mywidget.cc: Add missing header
files to fix build error using gcc 4.3.


Modified:
   trunk/ChangeLog
   trunk/examples/book/custom/custom_widget/mywidget.cc
   trunk/examples/book/giomm/read_file/main.cc
   trunk/examples/book/giomm/read_file_async/main.cc

Modified: trunk/examples/book/custom/custom_widget/mywidget.cc
==============================================================================
--- trunk/examples/book/custom/custom_widget/mywidget.cc	(original)
+++ trunk/examples/book/custom/custom_widget/mywidget.cc	Tue Jul 29 13:43:50 2008
@@ -21,6 +21,7 @@
 #include <gdkmm/general.h>  // for cairo helper functions
 #include <iostream>
 //#include <gtk/gtkwidget.h> //For GTK_IS_WIDGET()
+#include <cstring>
 
 
 MyWidget::MyWidget() :

Modified: trunk/examples/book/giomm/read_file/main.cc
==============================================================================
--- trunk/examples/book/giomm/read_file/main.cc	(original)
+++ trunk/examples/book/giomm/read_file/main.cc	Tue Jul 29 13:43:50 2008
@@ -18,6 +18,7 @@
 
 #include <giomm.h>
 #include <iostream>
+#include <cstring>
 
 
 int main(int argc, char** argv)

Modified: trunk/examples/book/giomm/read_file_async/main.cc
==============================================================================
--- trunk/examples/book/giomm/read_file_async/main.cc	(original)
+++ trunk/examples/book/giomm/read_file_async/main.cc	Tue Jul 29 13:43:50 2008
@@ -18,6 +18,7 @@
 
 #include <giomm.h>
 #include <iostream>
+#include <cstring>
 
 
 



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