소스 검색

exception: Narrow down specific header

We can use the <exception> header instead of pulling in all of the
exception-style classes.
Lioncash 5 년 전
부모
커밋
90f3678ada
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/shader_recompiler/exception.h

+ 1 - 1
src/shader_recompiler/exception.h

@@ -4,7 +4,7 @@
 
 #pragma once
 
-#include <stdexcept>
+#include <exception>
 #include <string>
 #include <string_view>
 #include <utility>