You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/05/15 07:41:56 UTC

[trafficserver] 01/02: Fix a compile issue

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

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 7e738b00efd8e3ac73cd87a6461c2560c237d681
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue May 15 16:38:04 2018 +0900

    Fix a compile issue
---
 iocore/net/quic/test/test_QUICKeyGenerator.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/quic/test/test_QUICKeyGenerator.cc b/iocore/net/quic/test/test_QUICKeyGenerator.cc
index bf40970..7112390 100644
--- a/iocore/net/quic/test/test_QUICKeyGenerator.cc
+++ b/iocore/net/quic/test/test_QUICKeyGenerator.cc
@@ -24,6 +24,7 @@
 #include "catch.hpp"
 
 #include <cstring>
+#include <iomanip>
 
 #ifdef OPENSSL_IS_BORINGSSL
 #include <openssl/base.h>

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.