diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-27 21:50:16 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-27 21:50:16 -0500 |
commit | c3cf6df863828798ed8230b0f0966bcf3b2d08dd (patch) | |
tree | c03f94128e4892d503532f7fb886dcd86fafdf72 /source/fud_assert.cpp | |
parent | 7174a2741a6f7aa93c9d077dee384f8aa76d7a02 (diff) |
Excise std::optional.
Diffstat (limited to 'source/fud_assert.cpp')
-rw-r--r-- | source/fud_assert.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fud_assert.cpp b/source/fud_assert.cpp index a7c9d76..e16f65e 100644 --- a/source/fud_assert.cpp +++ b/source/fud_assert.cpp @@ -22,6 +22,7 @@ #include "fud_string_view.hpp" #include <cstdio> +#include <exception> namespace fud { |