You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2017/12/20 17:43:23 UTC

mesos git commit: Fixed a compile issue when gRPC is enabled.

Repository: mesos
Updated Branches:
  refs/heads/master 2d108e659 -> a9d3f1e7a


Fixed a compile issue when gRPC is enabled.


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

Branch: refs/heads/master
Commit: a9d3f1e7ae9480b7aeb79f7061193b900f753606
Parents: 2d108e6
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Dec 20 09:43:11 2017 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Dec 20 09:43:11 2017 -0800

----------------------------------------------------------------------
 src/resource_provider/storage/volume_profile_utils.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a9d3f1e7/src/resource_provider/storage/volume_profile_utils.hpp
----------------------------------------------------------------------
diff --git a/src/resource_provider/storage/volume_profile_utils.hpp b/src/resource_provider/storage/volume_profile_utils.hpp
index 29bdf44..46afbd3 100644
--- a/src/resource_provider/storage/volume_profile_utils.hpp
+++ b/src/resource_provider/storage/volume_profile_utils.hpp
@@ -21,7 +21,7 @@
 #include <stout/try.hpp>
 
 // ONLY USEFUL AFTER RUNNING PROTOC.
-#include "resource_provider/volume_profile.pb.h"
+#include "resource_provider/storage/volume_profile.pb.h"
 
 namespace mesos {
 namespace internal {