Updated Branches:
  refs/heads/master 1d72b17ef -> de4b104cf

Added missing includes for linux/cgroups.hpp.

From: Ian Downes <ian.dow...@gmail.com>
Review: https://reviews.apache.org/r/16665


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

Branch: refs/heads/master
Commit: de4b104cf97c61a22bd1a045561a0880fe037e73
Parents: 1d72b17
Author: Benjamin Mahler <bmah...@twitter.com>
Authored: Mon Jan 6 11:54:12 2014 -0800
Committer: Benjamin Mahler <bmah...@twitter.com>
Committed: Mon Jan 6 11:54:12 2014 -0800

----------------------------------------------------------------------
 src/linux/cgroups.hpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/de4b104c/src/linux/cgroups.hpp
----------------------------------------------------------------------
diff --git a/src/linux/cgroups.hpp b/src/linux/cgroups.hpp
index cefa476..bf0d173 100644
--- a/src/linux/cgroups.hpp
+++ b/src/linux/cgroups.hpp
@@ -29,8 +29,10 @@
 
 #include <process/future.hpp>
 
+#include <stout/bytes.hpp>
 #include <stout/duration.hpp>
 #include <stout/hashmap.hpp>
+#include <stout/nothing.hpp>
 #include <stout/option.hpp>
 #include <stout/try.hpp>
 

Reply via email to