diff options
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 { |