summaryrefslogtreecommitdiffstats
path: root/src/video_core/texture_cache/texture_cache.h
diff options
context:
space:
mode:
authoryzct12345 <87620833+yzct12345@users.noreply.github.com>2021-08-08 13:02:51 +0200
committerGitHub <noreply@github.com>2021-08-08 13:02:51 +0200
commitc4eafcc86142e1de764748659d74a27c97930dc8 (patch)
treea9e6f842d3d90cb679bd49a993d8010e0f3168b6 /src/video_core/texture_cache/texture_cache.h
parenttexture_cache: Address ameerj's review (diff)
downloadyuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar.gz
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar.bz2
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar.lz
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar.xz
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.tar.zst
yuzu-c4eafcc86142e1de764748659d74a27c97930dc8.zip
Diffstat (limited to 'src/video_core/texture_cache/texture_cache.h')
-rw-r--r--src/video_core/texture_cache/texture_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h
index 40953afb7..a087498ff 100644
--- a/src/video_core/texture_cache/texture_cache.h
+++ b/src/video_core/texture_cache/texture_cache.h
@@ -4,6 +4,8 @@
#pragma once
+#include "common/alignment.h"
+#include "common/settings.h"
#include "video_core/dirty_flags.h"
#include "video_core/texture_cache/samples_helper.h"
#include "video_core/texture_cache/texture_cache_base.h"