mirror of
https://github.com/citra-emu/citra-canary.git
synced 2025-01-23 01:01:05 +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.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include <list>
|
||||||
#include "common/assert.h"
|
#include "common/assert.h"
|
||||||
#include "core/custom_tex_cache.h"
|
#include "core/custom_tex_cache.h"
|
||||||
#include "video_core/rasterizer_cache/surface_params.h"
|
#include "video_core/rasterizer_cache/surface_params.h"
|
||||||
|
|
Loading…
Reference in a new issue