<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From c55a516e90133d89d67285429c6474241346d27a Mon Sep 17 00:00:00 2001
From: Dirk Eddelbuettel &lt;edd@debian.org&gt;
Date: Mon, 30 Nov 2020 09:41:49 -0600
Subject: [PATCH] g++-11 requires limits header

--- a/include/cpptoml.h
+++ b/include/cpptoml.h
@@ -14,6 +14,7 @@
 #include &lt;cstring&gt;
 #include &lt;fstream&gt;
 #include &lt;iomanip&gt;
+#include &lt;limits&gt;
 #include &lt;map&gt;
 #include &lt;memory&gt;
 #include &lt;sstream&gt;
</pre></body></html>