summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-07-27 10:09:15 +0200
committerLioncash <mathew1800@gmail.com>2021-07-27 10:09:18 +0200
commit90f3678ada9778277df2e70d4b26e1ec082c4076 (patch)
tree1a20db5864a444e5bf8bcead207251dc10dae0a0
parentMerge pull request #6696 from ameerj/speed-limit-rename (diff)
downloadyuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar.gz
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar.bz2
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar.lz
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar.xz
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.tar.zst
yuzu-90f3678ada9778277df2e70d4b26e1ec082c4076.zip
-rw-r--r--src/shader_recompiler/exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/exception.h b/src/shader_recompiler/exception.h
index 337e7f0c8..c47aecc1e 100644
--- a/src/shader_recompiler/exception.h
+++ b/src/shader_recompiler/exception.h
@@ -4,7 +4,7 @@
#pragma once
-#include <stdexcept>
+#include <exception>
#include <string>
#include <string_view>
#include <utility>