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_cb_bufferobjects.h.
Include compiler.h for INLINE symbol. Include mtypes.h for gl_buffer_object symbol.
This commit is contained in:
parent
eb4f2d4b02
commit
6bc17324da
1 changed files with 5 additions and 2 deletions
|
|
@ -28,9 +28,12 @@
|
|||
#ifndef ST_CB_BUFFEROBJECTS_H
|
||||
#define ST_CB_BUFFEROBJECTS_H
|
||||
|
||||
struct st_context;
|
||||
struct gl_buffer_object;
|
||||
#include "main/compiler.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
struct dd_function_table;
|
||||
struct pipe_resource;
|
||||
struct st_context;
|
||||
|
||||
/**
|
||||
* State_tracker vertex/pixel buffer object, derived from Mesa's
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue