Repository: mesos
Updated Branches:
  refs/heads/master ee3b04bc9 -> 659fd1dd7


Updated libprocess tests for recent stout change.

Specifically, commit bca95cabbfb07cc6293bf499f566244ea3bb0a94 resulted
in stout/tests/environment.hpp no longer including some headers and
defining some `using` aliases.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/dc2effe7
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/dc2effe7
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/dc2effe7

Branch: refs/heads/master
Commit: dc2effe790548d351c661c76fc98d03ebee4d5e5
Parents: ee3b04b
Author: Neil Conway <[email protected]>
Authored: Mon Apr 24 13:50:15 2017 -0400
Committer: Neil Conway <[email protected]>
Committed: Mon Apr 24 13:50:15 2017 -0400

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/main.cpp | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/dc2effe7/3rdparty/libprocess/src/tests/main.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/main.cpp 
b/3rdparty/libprocess/src/tests/main.cpp
index 6ae7724..23eead8 100644
--- a/3rdparty/libprocess/src/tests/main.cpp
+++ b/3rdparty/libprocess/src/tests/main.cpp
@@ -12,6 +12,9 @@
 
 #include <signal.h>
 
+#include <memory>
+#include <vector>
+
 #include <glog/logging.h>
 #include <glog/raw_logging.h>
 
@@ -32,6 +35,8 @@
 using stout::internal::tests::Environment;
 using stout::internal::tests::TestFilter;
 
+using std::shared_ptr;
+using std::vector;
 
 // NOTE: We use RAW_LOG instead of LOG because RAW_LOG doesn't
 // allocate any memory or grab locks. And according to

Reply via email to