From 0d20bf0d9e04d15ebc866754ac71c33ddf99e403 Mon Sep 17 00:00:00 2001 From: Nikolay Bogoychev Date: Fri, 29 Oct 2021 16:47:28 +0000 Subject: support gcc11 GCC11 now explicitly requires inclusion of and breaking some older code --- src/RefImplementations.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RefImplementations.cc b/src/RefImplementations.cc index dc40d44..d06ce72 100644 --- a/src/RefImplementations.cc +++ b/src/RefImplementations.cc @@ -12,6 +12,7 @@ #include #include #include +#include using namespace std; -- cgit v1.2.3