From: Brian Paul Date: Mon, 23 Feb 2009 22:07:31 +0000 (-0700) Subject: gallium: include st_cb_viewport.h to silence warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f24ec991906e04ea6dc4f950b1f49dfda95f3f18;p=mesa.git gallium: include st_cb_viewport.h to silence warning --- diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 916cf2f64cb..78a7956c90d 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -59,6 +59,7 @@ #include "st_cb_texture.h" #include "st_cb_flush.h" #include "st_cb_strings.h" +#include "st_cb_viewport.h" #include "st_atom.h" #include "st_draw.h" #include "st_extensions.h"