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
=== modified file 'include/test/mir/test/event_matchers.h'
--- include/test/mir/test/event_matchers.h 2016-04-19 07:57:39 +0000
+++ include/test/mir/test/event_matchers.h 2016-06-15 16:07:02 +0000
@@ -20,6 +20,8 @@
20#ifndef MIR_TEST_CLIENT_EVENT_MATCHERS_H_20#ifndef MIR_TEST_CLIENT_EVENT_MATCHERS_H_
21#define MIR_TEST_CLIENT_EVENT_MATCHERS_H_21#define MIR_TEST_CLIENT_EVENT_MATCHERS_H_
2222
23#include <cmath>
24
23#include "mir_toolkit/event.h"25#include "mir_toolkit/event.h"
2426
25#include <xkbcommon/xkbcommon.h>27#include <xkbcommon/xkbcommon.h>

Subscribers

People subscribed via source and target branches