summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-19 09:24:00 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-03-19 09:24:00 +0100
commit6323e6c26e357c4edebd586e94ebecff1e7e1f65 (patch)
treed73af1c831b084d13b1fab0f66df6110a6d70e97
parenta83743e96f33b2bd06e7b9b72e739708fc76fe09 (diff)
downloadglibmm-6323e6c26e357c4edebd586e94ebecff1e7e1f65.tar.gz
giomm.h: Add missing #include directives
-rw-r--r--gio/giomm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/giomm.h b/gio/giomm.h
index 07870577..56b6ee2c 100644
--- a/gio/giomm.h
+++ b/gio/giomm.h
@@ -48,6 +48,7 @@
#include <giomm/dbuserror.h>
#include <giomm/dbuserrorutils.h>
#include <giomm/dbusinterface.h>
+#include <giomm/dbusinterfaceskeleton.h>
#include <giomm/dbusinterfacevtable.h>
#include <giomm/dbusintrospection.h>
#include <giomm/dbusmenumodel.h>
@@ -101,6 +102,7 @@
#include <giomm/mount.h>
#include <giomm/mountoperation.h>
#include <giomm/networkaddress.h>
+#include <giomm/networkmonitor.h>
#include <giomm/networkservice.h>
#include <giomm/notification.h>
#include <giomm/outputstream.h>