This is an automated email from the ASF dual-hosted git repository.

abudnik pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit d440095b5a94872eabbd66def49a588d6f8f2b38
Author: Andrei Budnik <abud...@apache.org>
AuthorDate: Tue Feb 4 13:12:19 2020 +0100

    Fixed compiler error.
---
 src/exec/exec.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exec/exec.cpp b/src/exec/exec.cpp
index e964a11..05d62b1 100644
--- a/src/exec/exec.cpp
+++ b/src/exec/exec.cpp
@@ -47,6 +47,8 @@
 
 #include "common/protobuf_utils.hpp"
 
+#include "docker/executor.hpp"
+
 #include "logging/flags.hpp"
 #include "logging/logging.hpp"
 

Reply via email to