aboutsummaryrefslogtreecommitdiff
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 11:02:51 +0000
committerGitHub <noreply@github.com>2021-08-08 11:02:51 +0000
commitc4eafcc86142e1de764748659d74a27c97930dc8 (patch)
treea9e6f842d3d90cb679bd49a993d8010e0f3168b6 /src/video_core/texture_cache/texture_cache.h
parente80323b8b070c42a8846a23200f9a36787f790d8 (diff)
texture_cache: Address ameerj's review
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"