From 0c9b7859693eeb527ae7c53638d4e60521ec8382 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Wed, 12 Dec 2018 16:11:37 +0900 Subject: [PATCH] add missing include file --- toml/get.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/toml/get.hpp b/toml/get.hpp index 056da64..ed355ac 100644 --- a/toml/get.hpp +++ b/toml/get.hpp @@ -1,5 +1,6 @@ #ifndef TOML11_GET #define TOML11_GET +#include "result.hpp" #include "value.hpp" #include