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

shader_environment: Add missing <algorithm> include

Morph 4 жил өмнө
parent
commit
e67463df24

+ 1 - 0
src/video_core/shader_environment.cpp

@@ -2,6 +2,7 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <algorithm>
 #include <filesystem>
 #include <fstream>
 #include <memory>