Преглед на файлове

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>