test: add missing include file to test code

This commit is contained in:
ToruNiina 2019-07-23 22:32:32 +09:00
parent cffc605505
commit 5edf43a1d2

View File

@ -6,6 +6,7 @@
#include <boost/test/included/unit_test.hpp>
#endif
#include <toml.hpp>
#include <iostream>
// to check it successfully compiles. it does not check the formatted string.