From: Keith Whitwell Date: Sun, 23 Aug 2009 10:13:20 +0000 (+0100) Subject: softpipe: add missing header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47800c572f199e7857e02e0f999b410c727a275d;p=mesa.git softpipe: add missing header --- diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 48ec540ebfd..3c465c95a53 100644 --- a/src/gallium/drivers/softpipe/sp_context.c +++ b/src/gallium/drivers/softpipe/sp_context.c @@ -42,6 +42,7 @@ #include "sp_state.h" #include "sp_surface.h" #include "sp_tile_cache.h" +#include "sp_tex_tile_cache.h" #include "sp_texture.h" #include "sp_winsys.h" #include "sp_query.h"