Przeglądaj źródła

shader_environment: Add missing <algorithm> include

Morph 4 lat temu
rodzic
commit
e67463df24
1 zmienionych plików z 1 dodań i 0 usunięć
  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>