mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
st/mesa: Include missing headers in st_format.h.
This commit is contained in:
parent
2febc491bc
commit
ad4d27c6d1
1 changed files with 5 additions and 0 deletions
|
|
@ -31,7 +31,12 @@
|
|||
#define ST_FORMAT_H
|
||||
|
||||
#include "main/formats.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_format.h"
|
||||
|
||||
struct pipe_screen;
|
||||
|
||||
extern GLenum
|
||||
st_format_datatype(enum pipe_format format);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue