Added a missing include in `sandbox_path.cpp`.

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

Branch: refs/heads/master
Commit: a626a2e4f2ebe0935d7454790e94f47525704cce
Parents: 6a44a8b
Author: Michael Park <mp...@apache.org>
Authored: Wed Sep 28 01:00:20 2016 +0200
Committer: Michael Park <mp...@apache.org>
Committed: Wed Sep 28 01:00:28 2016 +0200

----------------------------------------------------------------------
 src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a626a2e4/src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp 
b/src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp
index 7b5edf0..883be27 100644
--- a/src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp
+++ b/src/slave/containerizer/mesos/isolators/volume/sandbox_path.cpp
@@ -14,6 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include <process/id.hpp>
+
 #include <stout/foreach.hpp>
 #include <stout/fs.hpp>
 #include <stout/stringify.hpp>

Reply via email to