1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-04-30 16:49:48 +02:00

cached_surface: Add missing include

This commit is contained in:
emufan4568 2022-08-21 17:47:47 +03:00
parent 9b5230c60e
commit 2ed89b6448

View file

@ -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"