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 ef21e32 Fixed build issues with Fedora 34 (#7506)
ef21e32 is described below
commit ef21e325420a0e94548caefa24bee66e4ec43fca
Author: Bryan Call <[email protected]>
AuthorDate: Tue Feb 9 15:38:43 2021 -0800
Fixed build issues with Fedora 34 (#7506)
---
include/tscore/Extendible.h | 1 +
include/tscpp/util/TextView.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/include/tscore/Extendible.h b/include/tscore/Extendible.h
index ea94a74..2fbfb7a 100644
--- a/include/tscore/Extendible.h
+++ b/include/tscore/Extendible.h
@@ -44,6 +44,7 @@
#include <typeinfo>
#include <type_traits>
#include <unordered_map>
+#include <limits>
#include "tscore/AtomicBit.h"
#include "tscore/ink_assert.h"
diff --git a/include/tscpp/util/TextView.h b/include/tscpp/util/TextView.h
index 27b09d9..b3b1eff 100644
--- a/include/tscpp/util/TextView.h
+++ b/include/tscpp/util/TextView.h
@@ -32,6 +32,7 @@
#include <algorithm>
#include <string>
#include <string_view>
+#include <limits>
/** Compare views with ordering, ignoring case.
*