From 90f3678ada9778277df2e70d4b26e1ec082c4076 Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Tue, 27 Jul 2021 04:09:15 -0400
Subject: exception: Narrow down specific header

We can use the <exception> header instead of pulling in all of the
exception-style classes.
---
 src/shader_recompiler/exception.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/shader_recompiler/exception.h')

diff --git a/src/shader_recompiler/exception.h b/src/shader_recompiler/exception.h
index 337e7f0c8c..c47aecc1ef 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>
-- 
cgit v1.2.3-70-g09d2