diff --git a/toml/exception.hpp b/toml/exception.hpp index 72a4a62..3702a8d 100644 --- a/toml/exception.hpp +++ b/toml/exception.hpp @@ -2,8 +2,11 @@ // Distributed under the MIT License. #ifndef TOML11_EXCEPTION_HPP #define TOML11_EXCEPTION_HPP -#include + +#include #include +#include + #include #include "source_location.hpp"