Merge lp:~azzar1/unity/add-missing-header into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Andrea Azzarone
Approved revision: no longer in the source branch.
Merged at revision: 4136
Proposed branch: lp:~azzar1/unity/add-missing-header
Merge into: lp:unity
Diff against target: 11 lines (+2/-0)
1 file modified
lockscreen/LockScreenAcceleratorController.cpp (+2/-0)
To merge this branch: bzr merge lp:~azzar1/unity/add-missing-header
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+298752@code.launchpad.net

Commit message

Add missing header to fix compilation error with -Duse_pch=OFF.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lockscreen/LockScreenAcceleratorController.cpp'
2--- lockscreen/LockScreenAcceleratorController.cpp 2016-06-21 11:20:05 +0000
3+++ lockscreen/LockScreenAcceleratorController.cpp 2016-06-30 10:27:33 +0000
4@@ -20,6 +20,8 @@
5
6 #include "LockScreenAcceleratorController.h"
7
8+#include <sigc++/bind.h>
9+
10 #include <NuxCore/Logger.h>
11 #include <UnityCore/GLibDBusProxy.h>
12