test: add missing include files

This commit is contained in:
ToruNiina
2020-02-07 21:00:11 +09:00
parent 05077dee0c
commit bfe5e50acf

View File

@@ -7,7 +7,8 @@
#endif #endif
#include <toml.hpp> #include <toml.hpp>
#include <map>
#include <deque>
using test_value_types = std::tuple< using test_value_types = std::tuple<
toml::value, toml::value,