mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
Signed-off-by: sin-ack <sin-ack@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
15 lines
398 B
Diff
15 lines
398 B
Diff
From c55a516e90133d89d67285429c6474241346d27a Mon Sep 17 00:00:00 2001
|
|
From: Dirk Eddelbuettel <edd@debian.org>
|
|
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 <cstring>
|
|
#include <fstream>
|
|
#include <iomanip>
|
|
+#include <limits>
|
|
#include <map>
|
|
#include <memory>
|
|
#include <sstream>
|