Skip to content

Commit

Permalink
include limits to compile on gcc 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Rantzsch committed Oct 1, 2021
1 parent 9cde27f commit d9abf34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <botan/exceptn.h>
#include <algorithm>
#include <cctype>
#include <limits>

namespace Botan {

Expand Down

0 comments on commit d9abf34

Please sign in to comment.