Skip to content

Commit

Permalink
feat: include <exception> for terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Aug 7, 2024
1 parent df8f978 commit 834ec3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/toml11/fwd/comments_fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// to use __has_builtin
#include "../version.hpp" // IWYU pragma: keep

#include <exception>
#include <initializer_list>
#include <iterator>
#include <stdexcept>
Expand Down

0 comments on commit 834ec3a

Please sign in to comment.