softpipe: add missing header
authorKeith Whitwell <keithw@vmware.com>
Sun, 23 Aug 2009 10:13:20 +0000 (11:13 +0100)
committerKeith Whitwell <keithw@vmware.com>
Sun, 23 Aug 2009 10:13:20 +0000 (11:13 +0100)
src/gallium/drivers/softpipe/sp_context.c

index 48ec540ebfd0a1ccf8d762529d54a17f40850a6c..3c465c95a5367d6a6aaeb25e9e8908e48f222f3e 100644 (file)
@@ -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"