shader_environment: Add missing <algorithm> include

merge-requests/60/head
Morph 2021-09-09 12:36:00 +07:00
parent 63b4c8f9f7
commit e67463df24
1 changed files with 1 additions and 0 deletions

@ -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>