ソースを参照

shader_bytecode: Include missing <array>

ReinUsesLisp 7 年 前
コミット
4d63f97945
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/video_core/engines/shader_bytecode.h

+ 1 - 0
src/video_core/engines/shader_bytecode.h

@@ -4,6 +4,7 @@
 
 #pragma once
 
+#include <array>
 #include <bitset>
 #include <optional>
 #include <tuple>