Просмотр исходного кода

shader_environment: Add missing <algorithm> include

Morph 4 лет назад
Родитель
Сommit
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>