Ver Fonte

shader_environment: Add missing <algorithm> include

Morph há 4 anos atrás
pai
commit
e67463df24
1 ficheiros alterados com 1 adições e 0 exclusões
  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>