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 2021/02/12 15:29:23 UTC

[trafficserver] branch 9.0.x updated: Fixed build issues with Fedora 34 (#7506)

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 df22eea  Fixed build issues with Fedora 34 (#7506)
df22eea is described below

commit df22eea5b16b6d2ce92d069ed0b630fbeeadf76e
Author: Bryan Call <bc...@apache.org>
AuthorDate: Tue Feb 9 15:38:43 2021 -0800

    Fixed build issues with Fedora 34 (#7506)
    
    (cherry picked from commit ef21e325420a0e94548caefa24bee66e4ec43fca)
---
 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 2ac826f..39b636f 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 bf0f8ae..eee9c36 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.
  *