diff options
Diffstat (limited to 'src/common/Base.cpp')
-rw-r--r-- | src/common/Base.cpp | 2 |
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(); } |