aboutsummaryrefslogtreecommitdiff
path: root/zencore/stream.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-15 11:38:29 +0200
committerMartin Ridgers <[email protected]>2021-09-15 11:38:29 +0200
commit1f30288a2677574d77589c326b6473da8096d774 (patch)
treec24223a1f3f961bac5099abac888e3df0f9d670a /zencore/stream.cpp
parentDeleted unused #include (diff)
downloadzen-1f30288a2677574d77589c326b6473da8096d774.tar.xz
zen-1f30288a2677574d77589c326b6473da8096d774.zip
Wrong include for std::runtime_error
Diffstat (limited to 'zencore/stream.cpp')
-rw-r--r--zencore/stream.cpp2
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 {