diff options
Diffstat (limited to 'src/video_core/query_cache')
| -rw-r--r-- | src/video_core/query_cache/query_cache_base.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/video_core/query_cache/query_cache_base.h b/src/video_core/query_cache/query_cache_base.h index 7720456ff..3c820b5f2 100644 --- a/src/video_core/query_cache/query_cache_base.h +++ b/src/video_core/query_cache/query_cache_base.h | |||
| @@ -15,9 +15,9 @@ | |||
| 15 | #include "common/common_types.h" | 15 | #include "common/common_types.h" |
| 16 | #include "core/memory.h" | 16 | #include "core/memory.h" |
| 17 | #include "video_core/control/channel_state_cache.h" | 17 | #include "video_core/control/channel_state_cache.h" |
| 18 | #include "video_core/host1x/gpu_device_memory_manager.h" | ||
| 18 | #include "video_core/query_cache/query_base.h" | 19 | #include "video_core/query_cache/query_base.h" |
| 19 | #include "video_core/query_cache/types.h" | 20 | #include "video_core/query_cache/types.h" |
| 20 | #include "video_core/host1x/gpu_device_memory_manager.h" | ||
| 21 | 21 | ||
| 22 | namespace VideoCore { | 22 | namespace VideoCore { |
| 23 | class RasterizerInterface; | 23 | class RasterizerInterface; |
| @@ -50,7 +50,8 @@ public: | |||
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | explicit QueryCacheBase(Tegra::GPU& gpu, VideoCore::RasterizerInterface& rasterizer_, | 52 | explicit QueryCacheBase(Tegra::GPU& gpu, VideoCore::RasterizerInterface& rasterizer_, |
| 53 | Tegra::MaxwellDeviceMemoryManager& device_memory_, RuntimeType& runtime_); | 53 | Tegra::MaxwellDeviceMemoryManager& device_memory_, |
| 54 | RuntimeType& runtime_); | ||
| 54 | 55 | ||
| 55 | ~QueryCacheBase(); | 56 | ~QueryCacheBase(); |
| 56 | 57 | ||