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 <[email protected]> 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 [email protected].
