1From c55a516e90133d89d67285429c6474241346d27a Mon Sep 17 00:00:00 2001
2From: Dirk Eddelbuettel <edd@debian.org>
3Date: Mon, 30 Nov 2020 09:41:49 -0600
4Subject: [PATCH] g++-11 requires limits header
5
6---
7 include/cpptoml.h | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/include/cpptoml.h b/include/cpptoml.h
11index 5a00da3..1dc9fd1 100644
12--- a/include/cpptoml.h
13+++ b/include/cpptoml.h
14@@ -14,6 +14,7 @@
15 #include <cstring>
16 #include <fstream>
17 #include <iomanip>
18+#include <limits>
19 #include <map>
20 #include <memory>
21 #include <sstream>