feat: include <exception> for terminate

This commit is contained in:
ToruNiina
2024-08-08 00:58:00 +09:00
parent df8f978f3d
commit 834ec3a835

View File

@@ -4,6 +4,7 @@
// to use __has_builtin
#include "../version.hpp" // IWYU pragma: keep
#include <exception>
#include <initializer_list>
#include <iterator>
#include <stdexcept>