Parcourir la source

vulkan_device: Add missing include algorithm

lat9nq il y a 5 ans
Parent
commit
55233c2861
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/video_core/vulkan_common/vulkan_device.cpp

+ 1 - 0
src/video_core/vulkan_common/vulkan_device.cpp

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