From 799495e382a6252b58b14f3262811b09aa07779d Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Tue, 9 Feb 2021 11:53:09 -0800 Subject: [PATCH] Fixed build issues with Fedora 34 --- 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 ea94a746757..2fbfb7a2d77 100644 --- a/include/tscore/Extendible.h +++ b/include/tscore/Extendible.h @@ -44,6 +44,7 @@ #include #include #include +#include #include "tscore/AtomicBit.h" #include "tscore/ink_assert.h" diff --git a/include/tscpp/util/TextView.h b/include/tscpp/util/TextView.h index 27b09d93552..b3b1eff207e 100644 --- a/include/tscpp/util/TextView.h +++ b/include/tscpp/util/TextView.h @@ -32,6 +32,7 @@ #include #include #include +#include /** Compare views with ordering, ignoring case. *