Sfoglia il codice sorgente

shader_environment: Add missing <algorithm> include

Morph 4 anni fa
parent
commit
e67463df24
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>