From d30700517d50e2289ec6793136efadaf8a5f723c Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 1 Jun 2019 19:43:35 +0900 Subject: [PATCH] fix: add missing include file --- toml/region.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toml/region.hpp b/toml/region.hpp index 2fb1eaa..923da9b 100644 --- a/toml/region.hpp +++ b/toml/region.hpp @@ -9,6 +9,7 @@ #include #include #include +#include namespace toml {