You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/05/21 19:33:21 UTC

[trafficserver] branch master updated: Adding missing string_view include, hopefully makes Coverity happy

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

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 09e3e6c  Adding missing string_view include, hopefully makes Coverity happy
09e3e6c is described below

commit 09e3e6c58f0b3fb2605d892ef5dac20aceeb2727
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon May 21 12:13:08 2018 -0600

    Adding missing string_view include, hopefully makes Coverity happy
---
 lib/ts/ink_memory.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ts/ink_memory.h b/lib/ts/ink_memory.h
index 626fb96..cb63cd5 100644
--- a/lib/ts/ink_memory.h
+++ b/lib/ts/ink_memory.h
@@ -27,6 +27,7 @@
 #include <strings.h>
 #include <cinttypes>
 #include <string>
+#include <string_view>
 
 #include "ts/ink_config.h"
 

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