diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-13 15:45:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-13 15:45:23 -0500 |
commit | 13d371f6c4974baad92574f5e287a72313080432 (patch) | |
tree | 70bdc7add46bc4ab55cbce4846e1909431434f1d /src/wakeup-timer-powerd.cpp | |
parent | 187b660a2a80f4aabf0b87c3fae02cb0841dd2e0 (diff) | |
download | ayatana-indicator-datetime-13d371f6c4974baad92574f5e287a72313080432.tar.gz ayatana-indicator-datetime-13d371f6c4974baad92574f5e287a72313080432.tar.bz2 ayatana-indicator-datetime-13d371f6c4974baad92574f5e287a72313080432.zip |
hide the implementation detials of FileTimezone and GeoclueTimezone behind Impl classes
Diffstat (limited to 'src/wakeup-timer-powerd.cpp')
-rw-r--r-- | src/wakeup-timer-powerd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wakeup-timer-powerd.cpp b/src/wakeup-timer-powerd.cpp index 42d93e7..bbcc9dd 100644 --- a/src/wakeup-timer-powerd.cpp +++ b/src/wakeup-timer-powerd.cpp @@ -22,6 +22,8 @@ #include <notifications/dbus-shared.h> // BUS_POWERD_NAME +#include <gio/gio.h> + #include <memory> // std::shared_ptr namespace unity { |