mirror of
https://github.com/citra-emu/citra-canary.git
synced 2025-01-22 21:50:57 +00:00
cached_surface: Add missing include
This commit is contained in:
parent
9b5230c60e
commit
2ed89b6448
|
@ -3,6 +3,7 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
#include <list>
|
||||
#include "common/assert.h"
|
||||
#include "core/custom_tex_cache.h"
|
||||
#include "video_core/rasterizer_cache/surface_params.h"
|
||||
|
|
Loading…
Reference in a new issue