Browse Source

slot_vector: Add missing <algorithm> include

nce_cpp
Morph 4 years ago
parent
commit
244017d3aa
  1. 1
      src/video_core/texture_cache/slot_vector.h

1
src/video_core/texture_cache/slot_vector.h

@ -4,6 +4,7 @@
#pragma once
#include <algorithm>
#include <array>
#include <bit>
#include <concepts>

Loading…
Cancel
Save