diff options
| author | Martin Ridgers <[email protected]> | 2021-09-15 11:38:29 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-15 11:38:29 +0200 |
| commit | 1f30288a2677574d77589c326b6473da8096d774 (patch) | |
| tree | c24223a1f3f961bac5099abac888e3df0f9d670a /zencore/stream.cpp | |
| parent | Deleted unused #include (diff) | |
| download | zen-1f30288a2677574d77589c326b6473da8096d774.tar.xz zen-1f30288a2677574d77589c326b6473da8096d774.zip | |
Wrong include for std::runtime_error
Diffstat (limited to 'zencore/stream.cpp')
| -rw-r--r-- | zencore/stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/stream.cpp b/zencore/stream.cpp index 34fff19bb..8687d5501 100644 --- a/zencore/stream.cpp +++ b/zencore/stream.cpp @@ -5,7 +5,7 @@ #include <zencore/memory.h> #include <zencore/stream.h> #include <algorithm> -#include <exception> +#include <stdexcept> namespace zen { |