at 23.05-pre 359 B view raw
1diff -Naur old-source/tomlcpp.hpp new-source/tomlcpp.hpp 2--- tomlcpp/tomlcpp.hpp 1969-12-31 21:00:01.000000000 -0300 3+++ tomlcpp/tomlcpp.hpp 2022-04-14 12:50:14.269775437 -0300 4@@ -25,6 +25,11 @@ 5 #ifndef TOML_HPP 6 #define TOML_HPP 7 8+#include <memory> 9+#include <string> 10+#include <utility> 11+#include <vector> 12+ 13 struct toml_table_t; 14 struct toml_array_t; 15