mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
r300g: Include missing header in r300_texture.h.
Include p_compiler.h for uint32_t and boolean symbols.
This commit is contained in:
parent
67ffbbbb5d
commit
677623a6c8
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#ifndef R300_TEXTURE_H
|
||||
#define R300_TEXTURE_H
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
|
||||
struct pipe_screen;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue