Przeglądaj źródła

shader_bytecode: Include missing <array>

ReinUsesLisp 7 lat temu
rodzic
commit
4d63f97945
1 zmienionych plików z 1 dodań i 0 usunięć
  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>