Sfoglia il codice sorgente

shader_bytecode: Include missing <array>

ReinUsesLisp 7 anni fa
parent
commit
4d63f97945
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>