mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
st/mesa: Add missing headers to st_cb_fbo.h.
This commit is contained in:
parent
9a78e790dc
commit
2e85117b5f
1 changed files with 9 additions and 0 deletions
|
|
@ -29,6 +29,15 @@
|
|||
#ifndef ST_CB_FBO_H
|
||||
#define ST_CB_FBO_H
|
||||
|
||||
#include "main/compiler.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
|
||||
struct dd_function_table;
|
||||
struct pipe_context;
|
||||
|
||||
/**
|
||||
* Derived renderbuffer class. Just need to add a pointer to the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue