mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 15:30:14 +01:00
util: Include missing headers in u_split_prim.h.
Include p_compiler.h for boolean symbol. Include u_debug.h for assert symbol.
This commit is contained in:
parent
43d94dba5f
commit
cc3e322d96
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
/* Originally written by Ben Skeggs for the nv50 driver*/
|
||||
#include <pipe/p_defines.h>
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
|
||||
#include "util/u_debug.h"
|
||||
|
||||
struct util_split_prim {
|
||||
void *priv;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue