Merge lp:~logan/gmenuharness/gmenuharness into lp:gmenuharness

Proposed by Logan Rosen
Status: Needs review
Proposed branch: lp:~logan/gmenuharness/gmenuharness
Merge into: lp:gmenuharness
Diff against target: 10 lines (+1/-0)
1 file modified
include/unity/gmenuharness/MatchUtils.h (+1/-0)
To merge this branch: bzr merge lp:~logan/gmenuharness/gmenuharness
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+361648@code.launchpad.net

Description of the change

Fixes an FTBFS uncovered during a test rebuild of Disco: https://launchpadlibrarian.net/405435402/buildlog_ubuntu-disco-amd64.gmenuharness_0.1.2+17.04.20161202-0ubuntu1_BUILDING.txt.gz

We need to include the <functional> header in order to use std::function now.

To post a comment you must log in.

Unmerged revisions

32. By Logan Rosen

Include <functional> to fix FTBFS

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/unity/gmenuharness/MatchUtils.h'
2--- include/unity/gmenuharness/MatchUtils.h 2015-09-01 09:52:39 +0000
3+++ include/unity/gmenuharness/MatchUtils.h 2019-01-11 02:53:19 +0000
4@@ -18,6 +18,7 @@
5
6 #pragma once
7
8+#include <functional>
9 #include <memory>
10 #include <string>
11

Subscribers

People subscribed via source and target branches