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