Merge lp:~xnox/dbus-cpp/ftbfs into lp:dbus-cpp

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: lp:~xnox/dbus-cpp/ftbfs
Merge into: lp:dbus-cpp
Diff against target: 10 lines (+1/-0)
1 file modified
tests/executor_test.cpp (+1/-0)
To merge this branch: bzr merge lp:~xnox/dbus-cpp/ftbfs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+293114@code.launchpad.net

Commit message

Include random to fix FTBFS in yakkety (std::mt19937 does not name a type)

Description of the change

Include random to fix FTBFS in yakkety (std::mt19937 does not name a type)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

102. By Dimitri John Ledkov

Include random to fix FTBFS in yakkety (std::mt19937 does not name a type)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/executor_test.cpp'
--- tests/executor_test.cpp 2014-09-28 21:27:09 +0000
+++ tests/executor_test.cpp 2016-04-27 13:29:02 +0000
@@ -30,6 +30,7 @@
30#include <core/testing/cross_process_sync.h>30#include <core/testing/cross_process_sync.h>
31#include <core/testing/fork_and_run.h>31#include <core/testing/fork_and_run.h>
3232
33#include <random>
33#include <boost/asio.hpp>34#include <boost/asio.hpp>
34#include <gtest/gtest.h>35#include <gtest/gtest.h>
3536

Subscribers

People subscribed via source and target branches