summaryrefslogtreecommitdiff
path: root/gio
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 /gio
parent75fda46b19b012b7c6e5ced377a6f52f5178558f (diff)
downloadglibmm-69d467ee8d0d9fa6478b376610062a1ac176186c.tar.gz
Glib, Gio: Add missing #includes
Fixes #69
Diffstat (limited to 'gio')
-rw-r--r--gio/giomm/slot_async.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/giomm/slot_async.h b/gio/giomm/slot_async.h
index 1a409b15..ed76b5b4 100644
--- a/gio/giomm/slot_async.h
+++ b/gio/giomm/slot_async.h
@@ -16,6 +16,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+
+#include <giommconfig.h>
#include <gio/gio.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS