Included `stout/os/realpath.hpp` where `os::realpath()` is used. Review: https://reviews.apache.org/r/64256
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2fc63bdb Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2fc63bdb Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2fc63bdb Branch: refs/heads/master Commit: 2fc63bdb409e4c134ab1047c74f81ea421efc267 Parents: 0c86725 Author: Andrew Schwartzmeyer <[email protected]> Authored: Fri Dec 1 10:11:00 2017 -0800 Committer: Andrew Schwartzmeyer <[email protected]> Committed: Fri Dec 1 11:49:37 2017 -0800 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/ssl/gtest.hpp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2fc63bdb/3rdparty/libprocess/include/process/ssl/gtest.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/ssl/gtest.hpp b/3rdparty/libprocess/include/process/ssl/gtest.hpp index b368eda..9536e72 100644 --- a/3rdparty/libprocess/include/process/ssl/gtest.hpp +++ b/3rdparty/libprocess/include/process/ssl/gtest.hpp @@ -36,6 +36,8 @@ #include <stout/option.hpp> #include <stout/try.hpp> #include <stout/result.hpp> + +#include <stout/os/realpath.hpp> #endif // USE_SSL_SOCKET #include <stout/tests/utils.hpp>
