freeze break request for glibmm
- From: "Jonathon Jongsma" <jonathon quotidian org>
- To: release-team gnome org
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: freeze break request for glibmm
- Date: Fri, 7 Mar 2008 13:28:18 -0600
I just noticed that there is a missing include in the main glibmm
header <glibmm.h>. The following patch describes the fix. Is it ok
to break the code freeze to apply? Thanks.
Index: glib/glibmm.h
===================================================================
--- glib/glibmm.h (revision 637)
+++ glib/glibmm.h (working copy)
@@ -25,6 +25,7 @@
#include <glibmmconfig.h>
//#include <glibmm/i18n.h> //This must be included by the
application, after system headers such as <iostream>.
#include <glibmm/arrayhandle.h>
+#include <glibmm/checksum.h>
#include <glibmm/class.h>
#include <glibmm/containerhandle_shared.h>
#include <glibmm/convert.h>
--
jonner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]