Преглед изворни кода

vulkan_device: Add missing include algorithm

lat9nq пре 5 година
родитељ
комит
55233c2861
1 измењених фајлова са 1 додато и 0 уклоњено
  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>