From: Vinson Lee Date: Wed, 4 Aug 2010 23:59:12 +0000 (-0700) Subject: st/mesa: Add missing headers in st_cb_texture.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e857293299c5bc38de683f199fe1ec7833aff61c;p=mesa.git st/mesa: Add missing headers in st_cb_texture.h. --- diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h index 1cd9fc3a50f..6942478e815 100644 --- a/src/mesa/state_tracker/st_cb_texture.h +++ b/src/mesa/state_tracker/st_cb_texture.h @@ -30,6 +30,13 @@ #define ST_CB_TEXTURE_H +#include "main/glheader.h" +#include "main/mtypes.h" + +struct dd_function_table; +struct pipe_context; +struct st_context; + extern GLboolean st_finalize_texture(GLcontext *ctx, struct pipe_context *pipe,