Merge branch 'master' into find-or-value

This commit is contained in:
ToruNiina 2019-08-07 14:58:56 +09:00
commit 8dded288b4
2 changed files with 3 additions and 1 deletions

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.

View File

@ -8,7 +8,8 @@
#include "lexer.hpp"
#include "types.hpp"
#include "value.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstring>
namespace toml