From fb0fc58d07c22dea617c1cae7363ee9cb61248dc Mon Sep 17 00:00:00 2001 From: Lucas Lazare Date: Sat, 7 Oct 2023 18:27:35 +0200 Subject: [PATCH] Add missing include --- include/cpptoml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cpptoml.h b/include/cpptoml.h index 5a00da3..a63682a 100644 --- a/include/cpptoml.h +++ b/include/cpptoml.h @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include