Skip to content

Commit

Permalink
Fixed build issues with Fedora 34 (#7506)
Browse files Browse the repository at this point in the history
(cherry picked from commit ef21e32)
  • Loading branch information
bryancall authored and zwoop committed Feb 12, 2021
1 parent 253e488 commit df22eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/tscore/Extendible.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <typeinfo>
#include <type_traits>
#include <unordered_map>
#include <limits>

#include "tscore/AtomicBit.h"
#include "tscore/ink_assert.h"
Expand Down
1 change: 1 addition & 0 deletions include/tscpp/util/TextView.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <algorithm>
#include <string>
#include <string_view>
#include <limits>

/** Compare views with ordering, ignoring case.
*
Expand Down

0 comments on commit df22eea

Please sign in to comment.