Просмотр исходного кода

slot_vector: Add missing <algorithm> include

Morph 4 лет назад
Родитель
Сommit
76abf55f25
1 измененных файлов с 1 добавлено и 0 удалено
  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>