~ci-train-bot/unity/unity-ubuntu-disco-3336

« back to all changes in this revision

Viewing changes to UnityCore/GLibDBusServer.h

  • Committer: Bileto Bot
  • Author(s): Andrea Azzarone
  • Date: 2017-09-25 16:03:12 UTC
  • mfrom: (4253.1.2 unity)
  • Revision ID: ci-train-bot@canonical.com-20170925160312-xiq6cyfo28ax0vdi
Fix build issues with gcc-7 and g++-7

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef UNITY_GLIB_DBUS_SERVER_H
21
21
#define UNITY_GLIB_DBUS_SERVER_H
22
22
 
 
23
#include <functional>
23
24
#include <gio/gio.h>
24
25
#include <memory>
25
26
#include <sigc++/signal.h>