Przeglądaj źródła

slot_vector: Add missing <algorithm> include

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