[glibmm] Add missing includes in glibmm.h and bytearray.hg.
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Add missing includes in glibmm.h and bytearray.hg.
- Date: Tue, 21 May 2013 14:27:03 +0000 (UTC)
commit bd986b90252fc05c743e26afea27068a9f90c572
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Tue May 21 16:23:43 2013 +0200
Add missing includes in glibmm.h and bytearray.hg.
* glib/glibmm.h:
* glib/src/bytearray.hg: Add missing includes.
ChangeLog | 7 +++++++
glib/glibmm.h | 2 ++
glib/src/bytearray.hg | 7 +++++++
3 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c626ab..7af8493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-05-21 Kjell Ahlstedt <kjell ahlstedt bredband net>
+ Add missing includes in glibmm.h and bytearray.hg.
+
+ * glib/glibmm.h:
+ * glib/src/bytearray.hg: Add missing includes.
+
+2013-05-21 Kjell Ahlstedt <kjell ahlstedt bredband net>
+
tools: Improve the testheaders.sh script.
* tools/test_scripts/testheaders.sh: Stop if pkg-config fails.
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 235545e..9438ee9 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -98,6 +98,7 @@
#include <glibmm/containerhandle_shared.h>
#include <glibmm/convert.h>
#include <glibmm/date.h>
+#include <glibmm/datetime.h>
#include <glibmm/dispatcher.h>
#include <glibmm/error.h>
#include <glibmm/exception.h>
@@ -135,6 +136,7 @@
#include <glibmm/threadpool.h>
#include <glibmm/timer.h>
#include <glibmm/timeval.h>
+#include <glibmm/timezone.h>
#include <glibmm/uriutils.h>
#include <glibmm/ustring.h>
#include <glibmm/value.h>
diff --git a/glib/src/bytearray.hg b/glib/src/bytearray.hg
index 48fc2dc..92cba69 100644
--- a/glib/src/bytearray.hg
+++ b/glib/src/bytearray.hg
@@ -17,6 +17,13 @@
_DEFS(glibmm,glib)
+#include <cstddef> // std::size_t
+#include <sigc++/slot.h>
+#include <glibmm/refptr.h>
+#include <glibmm/value.h>
+#include <glibmm/wrap.h>
+#include <glib.h>
+
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef struct _GByteArray GByteArray;
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]