Browse Source

shader_environment: Add missing <algorithm> include

nce_cpp
Morph 4 years ago
parent
commit
fc29159ac7
  1. 1
      src/video_core/shader_environment.cpp

1
src/video_core/shader_environment.cpp

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <algorithm>
#include <filesystem> #include <filesystem>
#include <fstream> #include <fstream>
#include <memory> #include <memory>

Loading…
Cancel
Save