From: Vinson Lee Date: Thu, 5 Aug 2010 04:17:13 +0000 (-0700) Subject: st/mesa: Add missing header in st_context.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c98e9e6b5b5f5508b67b3650dbaf00db407b5eb;p=mesa.git st/mesa: Add missing header in st_context.c. --- diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 7eb5f32611d..820f5847976 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -28,6 +28,7 @@ #include "main/imports.h" #include "main/context.h" #include "main/shaderobj.h" +#include "program/prog_cache.h" #include "vbo/vbo.h" #include "glapi/glapi.h" #include "st_context.h"