nv2a/glsl/vsh-prog.h: Include mstring.h

This commit is contained in:
Matt Borgerson 2025-06-28 00:08:46 -07:00 committed by mborgerson
parent afadedf90b
commit b8fd711012
1 changed files with 2 additions and 0 deletions

View File

@ -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);