You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2020/02/11 23:47:35 UTC

[trafficserver] branch 9.0.x updated: Including stdexcept

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

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 5b45859  Including stdexcept
5b45859 is described below

commit 5b458597ab2ff77452242b1f40a2941ce2258040
Author: ezelko260 <ev...@comcast.com>
AuthorDate: Thu Jan 30 20:04:19 2020 +0000

    Including stdexcept
    
    (cherry picked from commit 1119944a3afdd8f620bcbd6d8708590ba55c7de6)
---
 plugins/experimental/stream_editor/stream_editor.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/experimental/stream_editor/stream_editor.cc b/plugins/experimental/stream_editor/stream_editor.cc
index 9be3e23..e79ad08 100644
--- a/plugins/experimental/stream_editor/stream_editor.cc
+++ b/plugins/experimental/stream_editor/stream_editor.cc
@@ -98,6 +98,7 @@
 #include <cstring>
 #include <string>
 #include <cstdio>
+#include <stdexcept>
 #include "ts/ts.h"
 
 struct edit_t;