From db2d33ca4be2315549a6b46c17617629180b1723 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Wed, 9 Dec 2020 10:39:10 +0000 Subject: [PATCH] Add missing header for std::out_of_range exception Failure seen on GCC 4.8.5 when including "toml/value.hpp". --- toml/comments.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toml/comments.hpp b/toml/comments.hpp index 1e17544..92fc8e1 100644 --- a/toml/comments.hpp +++ b/toml/comments.hpp @@ -4,6 +4,7 @@ #define TOML11_COMMENTS_HPP #include #include +#include #include #include #include