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/12/15 23:59:29 UTC

[5/6] mesos git commit: Included `` where used.

Included `<stout/os/ftruncate.hpp>` where used.

This was not caught previously because the pre-compiled header included
implicitly.


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

Branch: refs/heads/master
Commit: bd7b1f32ea7e948afe434b0950f6334a46a32823
Parents: 51d1e8e
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Thu Dec 14 18:13:57 2017 -0800
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Fri Dec 15 15:57:56 2017 -0800

----------------------------------------------------------------------
 src/status_update_manager/status_update_manager_process.hpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bd7b1f32/src/status_update_manager/status_update_manager_process.hpp
----------------------------------------------------------------------
diff --git a/src/status_update_manager/status_update_manager_process.hpp b/src/status_update_manager/status_update_manager_process.hpp
index e575d8c..ce05a8e 100644
--- a/src/status_update_manager/status_update_manager_process.hpp
+++ b/src/status_update_manager/status_update_manager_process.hpp
@@ -44,6 +44,8 @@
 #include <stout/utils.hpp>
 #include <stout/uuid.hpp>
 
+#include <stout/os/ftruncate.hpp>
+
 #include "common/protobuf_utils.hpp"
 
 #include "slave/constants.hpp"