You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2017/11/30 03:28:28 UTC

[09/13] mesos git commit: Included `stout/os/realpath.hpp` in `flags.hpp`.

Included `stout/os/realpath.hpp` in `flags.hpp`.

This was used but not included, and broke on Windows because no other
headers included it.

Review: https://reviews.apache.org/r/64187


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

Branch: refs/heads/master
Commit: 5dd3b290032f54e3ad6e842b45975990515bdaa9
Parents: adad994
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Wed Nov 29 15:45:10 2017 -0800
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Wed Nov 29 19:24:11 2017 -0800

----------------------------------------------------------------------
 src/tests/flags.hpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5dd3b290/src/tests/flags.hpp
----------------------------------------------------------------------
diff --git a/src/tests/flags.hpp b/src/tests/flags.hpp
index 0050fc9..df4d458 100644
--- a/src/tests/flags.hpp
+++ b/src/tests/flags.hpp
@@ -25,6 +25,8 @@
 #include <stout/flags.hpp>
 #include <stout/os.hpp>
 
+#include <stout/os/realpath.hpp>
+
 #include "common/parse.hpp"
 
 #include "logging/logging.hpp"