You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/12/01 22:26:20 UTC

mesos git commit: Included the header for boost::hash_combine explicitly.

Repository: mesos
Updated Branches:
  refs/heads/master 5e1bf473c -> 773b0c7ea


Included the header for boost::hash_combine explicitly.

Currently boost/functional/hash.hpp is included implicitly, we should
include it explicitly.

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


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

Branch: refs/heads/master
Commit: 773b0c7ea77a1c01d70ba0cd5c24c1c23904bf97
Parents: 5e1bf47
Author: Cong Wang <cw...@twopensource.com>
Authored: Tue Dec 1 13:25:46 2015 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue Dec 1 13:25:47 2015 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/773b0c7e/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp
index bffdc38..3e506e1 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp
+++ b/3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp
@@ -47,6 +47,7 @@
 #include <string>
 #include <vector>
 
+#include <boost/functional/hash.hpp>
 
 #include <stout/abort.hpp>
 #include <stout/bits.hpp>