From: Vinson Lee Date: Wed, 4 Aug 2010 20:17:57 +0000 (-0700) Subject: st/mesa: Add missing headers to st_cb_fbo.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e85117b5f8909b8737e0c0e479360640e405192;p=mesa.git st/mesa: Add missing headers to st_cb_fbo.h. --- diff --git a/src/mesa/state_tracker/st_cb_fbo.h b/src/mesa/state_tracker/st_cb_fbo.h index 43b6c1e75f4..62a9bbcb25f 100644 --- a/src/mesa/state_tracker/st_cb_fbo.h +++ b/src/mesa/state_tracker/st_cb_fbo.h @@ -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