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
=== modified file 'include/unity/gmenuharness/MatchUtils.h'
--- include/unity/gmenuharness/MatchUtils.h 2015-09-01 09:52:39 +0000
+++ include/unity/gmenuharness/MatchUtils.h 2019-01-11 02:53:19 +0000
@@ -18,6 +18,7 @@
1818
19#pragma once19#pragma once
2020
21#include <functional>
21#include <memory>22#include <memory>
22#include <string>23#include <string>
2324

Subscribers

People subscribed via source and target branches