You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/05/16 21:44:30 UTC

[mesos] branch 1.6.x updated: Fixed a build error due to missing `using` directive.

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

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


The following commit(s) were added to refs/heads/1.6.x by this push:
     new 2d0fd06  Fixed a build error due to missing `using` directive.
2d0fd06 is described below

commit 2d0fd0614f7a0bd79a0382d5919b1a52923445c6
Author: Meng Zhu <mz...@mesosphere.io>
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 bc94be7..995edb0 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;