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

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

commit 11cdf04e39f80a44d062627be39b53d05d76f88d
Author: Andrei Budnik <[email protected]>
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 adeb413..e5a03d9 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