Преглед на файлове

shader_environment: Add missing <algorithm> include

Morph преди 4 години
родител
ревизия
e67463df24
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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>