Эх сурвалжийг харах

slot_vector: Add missing <algorithm> include

Morph 4 жил өмнө
parent
commit
76abf55f25

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

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