You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/25 21:57:59 UTC

[06/11] mesos git commit: Added a missing stout header.

Added a missing stout header.


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

Branch: refs/heads/master
Commit: 7a1bdf30ea9f16273e804f35f895b0d33297f03c
Parents: 27f7773
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Thu Aug 25 16:32:08 2016 +0200
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Aug 25 14:57:50 2016 -0700

----------------------------------------------------------------------
 src/tests/test_helper_main.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7a1bdf30/src/tests/test_helper_main.cpp
----------------------------------------------------------------------
diff --git a/src/tests/test_helper_main.cpp b/src/tests/test_helper_main.cpp
index 120e881..de95682 100644
--- a/src/tests/test_helper_main.cpp
+++ b/src/tests/test_helper_main.cpp
@@ -14,6 +14,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include <stout/none.hpp>
 #include <stout/subcommand.hpp>
 
 #include "tests/active_user_test_helper.hpp"