feat: reorder headers following google c++ style

related to: #115
This commit is contained in:
ToruNiina
2020-06-28 00:58:20 +09:00
parent 4d0ed847f9
commit b1c9df8998
15 changed files with 69 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
#ifndef TOML11_COLOR_HPP
#define TOML11_COLOR_HPP
#include <ostream>
#include <cstdint>
#include <ostream>
#ifdef TOML11_COLORIZE_ERROR_MESSAGE
#define TOML11_ERROR_MESSAGE_COLORIZED true