aboutsummaryrefslogtreecommitdiff
path: root/src/common/Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Base.cpp')
-rw-r--r--src/common/Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Base.cpp b/src/common/Base.cpp
index b6d39fef..ba4077b4 100644
--- a/src/common/Base.cpp
+++ b/src/common/Base.cpp
@@ -1,6 +1,6 @@
#include "cru/common/Base.h"
-#include <stdexcept>
+#include <exception>
namespace cru {
void UnreachableCode() { std::terminate(); }