Explorar o código

shader_environment: Add missing <algorithm> include

Morph %!s(int64=4) %!d(string=hai) anos
pai
achega
e67463df24
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/video_core/shader_environment.cpp

+ 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>