aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader_environment.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-09-09 12:36:00 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-09-11 17:19:16 -0400
commite67463df2419feb10915eb91bba2b0485154a586 (patch)
tree75603129b79f7134517309245df953679620d181 /src/video_core/shader_environment.cpp
parent63b4c8f9f76cef3c82ac3c2fabe8a044c1d7e5eb (diff)
shader_environment: Add missing <algorithm> include
Diffstat (limited to 'src/video_core/shader_environment.cpp')
-rw-r--r--src/video_core/shader_environment.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp
index 8a4581c192..81a878bb2c 100644
--- a/src/video_core/shader_environment.cpp
+++ b/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>