summaryrefslogtreecommitdiff
path: root/glib/glibmm
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-18 16:57:18 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-03-18 16:57:18 +0100
commit69d467ee8d0d9fa6478b376610062a1ac176186c (patch)
tree9745e5730debaa073b4c130d4e6353da2d825d86 /glib/glibmm
parent75fda46b19b012b7c6e5ced377a6f52f5178558f (diff)
downloadglibmm-69d467ee8d0d9fa6478b376610062a1ac176186c.tar.gz
Glib, Gio: Add missing #includes
Fixes #69
Diffstat (limited to 'glib/glibmm')
-rw-r--r--glib/glibmm/random.h1
-rw-r--r--glib/glibmm/timer.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/glib/glibmm/random.h b/glib/glibmm/random.h
index 83d2caa2..e4dd4445 100644
--- a/glib/glibmm/random.h
+++ b/glib/glibmm/random.h
@@ -19,6 +19,7 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <glibmmconfig.h>
#include <glib.h>
extern "C" {
diff --git a/glib/glibmm/timer.h b/glib/glibmm/timer.h
index 43fff375..cbb5b444 100644
--- a/glib/glibmm/timer.h
+++ b/glib/glibmm/timer.h
@@ -19,6 +19,8 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <glibmmconfig.h>
+
extern "C" {
using GTimer = struct _GTimer;
}