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:
Vinson Lee 2010-08-04 12:13:29 -07:00
parent eb4f2d4b02
commit 6bc17324da

View file

@ -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