Merge lp:~thomas-voss/trust-store/fix-ftbfs into lp:trust-store

Proposed by Thomas Voß
Status: Approved
Approved by: Florian Boucault
Approved revision: 158
Proposed branch: lp:~thomas-voss/trust-store/fix-ftbfs
Merge into: lp:trust-store
Diff against target: 24 lines (+3/-0)
2 files modified
tests/cached_agent_test.cpp (+2/-0)
tests/remote_agent_test.cpp (+1/-0)
To merge this branch: bzr merge lp:~thomas-voss/trust-store/fix-ftbfs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
Ubuntu Phablet Team Pending
Review via email: mp+298380@code.launchpad.net

Commit message

Add missing includes.

Description of the change

Add missing includes.

To post a comment you must log in.

Unmerged revisions

158. By Thomas Voß

Add missing includes.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/cached_agent_test.cpp'
2--- tests/cached_agent_test.cpp 2014-08-19 14:11:30 +0000
3+++ tests/cached_agent_test.cpp 2016-06-26 18:51:22 +0000
4@@ -22,6 +22,8 @@
5 #include "mock_store.h"
6 #include "the.h"
7
8+#include <random>
9+
10 namespace
11 {
12 struct MockReporter : public core::trust::CachedAgent::Reporter
13
14=== modified file 'tests/remote_agent_test.cpp'
15--- tests/remote_agent_test.cpp 2016-01-11 21:28:55 +0000
16+++ tests/remote_agent_test.cpp 2016-06-26 18:51:22 +0000
17@@ -33,6 +33,7 @@
18 #include <gmock/gmock.h>
19 #include <gtest/gtest.h>
20
21+#include <random>
22 #include <thread>
23
24 namespace

Subscribers

People subscribed via source and target branches