mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
r300g: Include missing header in r300_texture_desc.h.
Include p_format.h for enum pipe_format symbol. Fixes r300g build.
This commit is contained in:
parent
121b6d68c2
commit
038068909f
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
#ifndef R300_TEXTURE_DESC_H
|
#ifndef R300_TEXTURE_DESC_H
|
||||||
#define R300_TEXTURE_DESC_H
|
#define R300_TEXTURE_DESC_H
|
||||||
|
|
||||||
|
#include "pipe/p_format.h"
|
||||||
#include "r300_defines.h"
|
#include "r300_defines.h"
|
||||||
|
|
||||||
struct pipe_resource;
|
struct pipe_resource;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue