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

« back to all changes in this revision

Viewing changes to UnityCore/GLibDBusProxy.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:
23
23
#define UNITY_DBUS_PROXY_H
24
24
 
25
25
#include <boost/noncopyable.hpp>
 
26
#include <functional>
26
27
#include <gio/gio.h>
27
28
#include <memory>
28
29
#include <sigc++/signal.h>