diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-09-18 11:04:05 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-09-18 11:04:05 +0200 |
commit | 283d820c2655a4333e3ca1167fb72c522b1f6dc2 (patch) | |
tree | 95e3fbd9e6c4eedeea0ac242a6bc16e25ecd3012 /gio | |
parent | b1675455204e03b7e308809a61a851063f3f118c (diff) | |
download | glibmm-283d820c2655a4333e3ca1167fb72c522b1f6dc2.tar.gz |
Gio::DBus::Introspection: Add a necessary #include
Diffstat (limited to 'gio')
-rw-r--r-- | gio/src/dbusintrospection.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/dbusintrospection.hg b/gio/src/dbusintrospection.hg index 367ccc98..f1ba9b55 100644 --- a/gio/src/dbusintrospection.hg +++ b/gio/src/dbusintrospection.hg @@ -15,6 +15,7 @@ */ #include <glibmm/refptr.h> +#include <glibmm/value.h> #include <gio/gio.h> #include <vector> |