add parse to toml.hpp

This commit is contained in:
ToruNiina 2017-05-12 13:14:24 +09:00
parent fd58cc507f
commit 8abb918bd8

View File

@ -33,11 +33,7 @@
# error "toml11 requires C++11 or later."
#endif
#include "toml/traits.hpp"
#include "toml/utility.hpp"
#include "toml/exception.hpp"
#include "toml/datetime.hpp"
#include "toml/value.hpp"
#include "toml/parser.hpp"
#include "toml/to_toml.hpp"
#include "toml/from_toml.hpp"
#include "toml/get.hpp"