Explorar el Código

shader_environment: Add missing <algorithm> include

Morph hace 4 años
padre
commit
e67463df24
Se han modificado 1 ficheros con 1 adiciones y 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
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 // Refer to the license.txt file included.
 
 
+#include <algorithm>
 #include <filesystem>
 #include <filesystem>
 #include <fstream>
 #include <fstream>
 #include <memory>
 #include <memory>