summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2019-11-07 07:25:53 +0100
committerRodrigo Locatti <reinuseslisp@airmail.cc>2019-11-07 07:25:53 +0100
commit0e8a3bf3e574dab3caf87865cc0b492687fa9a2d (patch)
tree9fd00391ecc4d5c22fc5f7998580a55a9565eaf9 /src/video_core/buffer_cache
parentMerge pull request #3070 from ReinUsesLisp/shader-warnings (diff)
downloadyuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar.gz
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar.bz2
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar.lz
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar.xz
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.tar.zst
yuzu-0e8a3bf3e574dab3caf87865cc0b492687fa9a2d.zip
Diffstat (limited to 'src/video_core/buffer_cache')
-rw-r--r--src/video_core/buffer_cache/buffer_cache.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h
index 63b3a8205..4408b5001 100644
--- a/src/video_core/buffer_cache/buffer_cache.h
+++ b/src/video_core/buffer_cache/buffer_cache.h
@@ -12,6 +12,10 @@
#include <utility>
#include <vector>
+#include <boost/icl/interval_map.hpp>
+#include <boost/icl/interval_set.hpp>
+#include <boost/range/iterator_range.hpp>
+
#include "common/alignment.h"
#include "common/common_types.h"
#include "core/core.h"