Blob Blame History Raw
From 66f985519061bc789153ad4654debebd88c922c4 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Sat, 17 Oct 2020 19:59:22 -0600
Subject: [PATCH] gcc-11

---
 core/testlib/testlib_test.h | 1 +
 core/vnl/vnl_bignum.cxx     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/core/testlib/testlib_test.h b/core/testlib/testlib_test.h
index e070f2a..87d5c5c 100644
--- a/core/testlib/testlib_test.h
+++ b/core/testlib/testlib_test.h
@@ -14,6 +14,7 @@
 
 #include <string>
 #include <complex>
+#include <limits>
 
 //: initialise test counters, check test name 'name' exists
 void testlib_test_start(const char* name = nullptr);
diff --git a/core/vnl/vnl_bignum.cxx b/core/vnl/vnl_bignum.cxx
index b615a9b..741bd43 100644
--- a/core/vnl/vnl_bignum.cxx
+++ b/core/vnl/vnl_bignum.cxx
@@ -6,6 +6,7 @@
 #include <algorithm>
 #include <vector>
 #include <iostream>
+#include <limits>
 #include "vnl_bignum.h"
 //:
 // \file
-- 
2.28.0