vulkan_device: Add missing include algorithm

This commit is contained in:
lat9nq 2021-07-03 03:07:50 -04:00 committed by ameerj
parent 7277d7fe96
commit 55233c2861
1 changed files with 1 additions and 0 deletions

View File

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