Mir

Merge lp:~brandontschaefer/mir/include-missing-header-0.21 into lp:mir/0.21

Proposed by Brandon Schaefer
Status: Merged
Approved by: Brandon Schaefer
Approved revision: 3431
Merge reported by: Brandon Schaefer
Merged at revision: not available
Proposed branch: lp:~brandontschaefer/mir/include-missing-header-0.21
Merge into: lp:mir/0.21
Diff against target: 12 lines (+2/-0)
1 file modified
include/test/mir/test/event_matchers.h (+2/-0)
To merge this branch: bzr merge lp:~brandontschaefer/mir/include-missing-header-0.21
Reviewer Review Type Date Requested Status
Cemil Azizoglu (community) Approve
Review via email: mp+297485@code.launchpad.net

Commit message

Fix missing header in a test. (cmath was missing)

Description of the change

Fix missing header in a test. (cmath was missing)

To post a comment you must log in.
Revision history for this message
Cemil Azizoglu (cemil-azizoglu) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/test/mir/test/event_matchers.h'
2--- include/test/mir/test/event_matchers.h 2016-04-19 07:57:39 +0000
3+++ include/test/mir/test/event_matchers.h 2016-06-15 16:07:02 +0000
4@@ -20,6 +20,8 @@
5 #ifndef MIR_TEST_CLIENT_EVENT_MATCHERS_H_
6 #define MIR_TEST_CLIENT_EVENT_MATCHERS_H_
7
8+#include <cmath>
9+
10 #include "mir_toolkit/event.h"
11
12 #include <xkbcommon/xkbcommon.h>

Subscribers

People subscribed via source and target branches