diff options
| -rw-r--r-- | zencore/except.cpp | 1 | ||||
| -rw-r--r-- | zencore/include/zencore/except.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/zencore/except.cpp b/zencore/except.cpp index 609a5387e..0d31885e1 100644 --- a/zencore/except.cpp +++ b/zencore/except.cpp @@ -2,7 +2,6 @@ #include <fmt/format.h> #include <zencore/except.h> -#include <system_error> namespace zen { diff --git a/zencore/include/zencore/except.h b/zencore/include/zencore/except.h index b1479128e..eff03d8ce 100644 --- a/zencore/include/zencore/except.h +++ b/zencore/include/zencore/except.h @@ -10,6 +10,7 @@ #endif #include <source_location> #include <string> +#include <system_error> namespace zen { |