From b8fd711012897866fef1a2323fef35b437454cfa Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sat, 28 Jun 2025 00:08:46 -0700 Subject: [PATCH] nv2a/glsl/vsh-prog.h: Include mstring.h --- hw/xbox/nv2a/pgraph/glsl/vsh-prog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xbox/nv2a/pgraph/glsl/vsh-prog.h b/hw/xbox/nv2a/pgraph/glsl/vsh-prog.h index b31da0f650..39e9c8cdc0 100644 --- a/hw/xbox/nv2a/pgraph/glsl/vsh-prog.h +++ b/hw/xbox/nv2a/pgraph/glsl/vsh-prog.h @@ -22,6 +22,8 @@ #ifndef HW_XBOX_NV2A_PGRAPH_GLSL_VSH_PROG_H #define HW_XBOX_NV2A_PGRAPH_GLSL_VSH_PROG_H +#include "qemu/mstring.h" + void pgraph_gen_vsh_prog_glsl(uint16_t version, const uint32_t *tokens, unsigned int length, MString *header, MString *body);