Browse Source

vk_descriptor_pool: Add missing <algorithm> include

Morph 4 năm trước cách đây
mục cha
commit
63b4c8f9f7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/video_core/renderer_vulkan/vk_descriptor_pool.cpp

+ 1 - 0
src/video_core/renderer_vulkan/vk_descriptor_pool.cpp

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