This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 5dc3d2d324 Updates to 8.1.x to compile on newer OSes (#10132)
5dc3d2d324 is described below
commit 5dc3d2d3249832a7bcfe0774be73db3e53fa50e7
Author: Bryan Call <[email protected]>
AuthorDate: Tue Aug 1 14:17:38 2023 -0700
Updates to 8.1.x to compile on newer OSes (#10132)
---
example/cppapi/websocket/WSBuffer.h | 1 +
include/tscpp/util/TextView.h | 1 +
plugins/experimental/slice/Config.h | 1 +
3 files changed, 3 insertions(+)
diff --git a/example/cppapi/websocket/WSBuffer.h
b/example/cppapi/websocket/WSBuffer.h
index 4b12f168cd..5061b8f122 100644
--- a/example/cppapi/websocket/WSBuffer.h
+++ b/example/cppapi/websocket/WSBuffer.h
@@ -24,6 +24,7 @@
#pragma once
#include <string>
+#include <cstdint>
enum ws_frametype {
WS_FRAME_CONTINUATION = 0x0,
diff --git a/include/tscpp/util/TextView.h b/include/tscpp/util/TextView.h
index d4494cd9c0..1ab8bd2f6c 100644
--- a/include/tscpp/util/TextView.h
+++ b/include/tscpp/util/TextView.h
@@ -35,6 +35,7 @@
#include <algorithm>
#include <string>
#include <string_view>
+#include <cstdint>
/// Apache Traffic Server commons.
namespace ts
diff --git a/plugins/experimental/slice/Config.h
b/plugins/experimental/slice/Config.h
index e4955f8af5..a2c32871a7 100644
--- a/plugins/experimental/slice/Config.h
+++ b/plugins/experimental/slice/Config.h
@@ -27,6 +27,7 @@
#endif
#include <mutex>
+#include <string>
// Data Structures and Classes
struct Config {