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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user