Browse Source

vulkan_device: Add missing include algorithm

nce_cpp
lat9nq 5 years ago
committed by ameerj
parent
commit
52f2fe7b52
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

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

Loading…
Cancel
Save