mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 03:10:41 +02:00
gfxstream: don't forward declare ProcessResources
This avoids compilation errors when codegen'ing at build time. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
afe32a932a
commit
4eadf2b2a7
2 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ decoder_decl_preamble = """
|
|||
|
||||
namespace gfxstream {
|
||||
class IOStream;
|
||||
class ProcessResources;
|
||||
} // namespace gfxstream
|
||||
|
||||
namespace gfxstream {
|
||||
|
|
|
|||
|
|
@ -486,6 +486,7 @@ using DlSymFunc = void* (void*, const char*);
|
|||
|
||||
decoderHeaderIncludes = f"""
|
||||
#include "VkDecoderContext.h"
|
||||
#include "host/ProcessResources.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue