Explorar el Código

slot_vector: Add missing <algorithm> include

Morph hace 4 años
padre
commit
76abf55f25
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/video_core/texture_cache/slot_vector.h

+ 1 - 0
src/video_core/texture_cache/slot_vector.h

@@ -4,6 +4,7 @@
 
 #pragma once
 
+#include <algorithm>
 #include <array>
 #include <bit>
 #include <concepts>