This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.7.x by this push:
new a8eda73 Fixed a build error due to missing `using` directive.
a8eda73 is described below
commit a8eda73b9f1c80fd017471f4e426c0c52a9a2242
Author: Meng Zhu <[email protected]>
AuthorDate: Thu May 16 18:10:13 2019 +0200
Fixed a build error due to missing `using` directive.
---
src/tests/master_quota_tests.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tests/master_quota_tests.cpp b/src/tests/master_quota_tests.cpp
index b3500d9..c06de59 100644
--- a/src/tests/master_quota_tests.cpp
+++ b/src/tests/master_quota_tests.cpp
@@ -58,6 +58,7 @@ using mesos::quota::QuotaInfo;
using mesos::quota::QuotaRequest;
using mesos::quota::QuotaStatus;
+using process::Clock;
using process::Future;
using process::Owned;
using process::PID;