diff options
| author | Martin Ridgers <[email protected]> | 2021-09-15 12:33:20 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-15 12:33:20 +0200 |
| commit | 5558dd1354453edf39c572587b3603f8d08084f4 (patch) | |
| tree | 2718c43445808ba5cd10bf07a77c8f335754f619 /zencore/except.cpp | |
| parent | Cross-platform zen::GetLastError() (diff) | |
| download | zen-5558dd1354453edf39c572587b3603f8d08084f4.tar.xz zen-5558dd1354453edf39c572587b3603f8d08084f4.zip | |
Moved system_error include to except.h for std::error_code
Diffstat (limited to 'zencore/except.cpp')
| -rw-r--r-- | zencore/except.cpp | 1 |
1 files changed, 0 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 { |