fix: include visit.hpp from serializer

This commit is contained in:
ToruNiina
2020-02-07 15:57:09 +09:00
parent 388e9db32b
commit c583e38ebf
2 changed files with 1 additions and 1 deletions

View File

@@ -37,6 +37,5 @@
#include "toml/literal.hpp"
#include "toml/serializer.hpp"
#include "toml/get.hpp"
#include "toml/visit.hpp"
#endif// TOML_FOR_MODERN_CPP

View File

@@ -4,6 +4,7 @@
#define TOML11_SERIALIZER_HPP
#include "value.hpp"
#include "lexer.hpp"
#include "visit.hpp"
#include <limits>
#include <cstdio>