llvmpipe: Add missing include.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 7 Apr 2010 19:55:31 +0000 (20:55 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 7 Apr 2010 19:55:31 +0000 (20:55 +0100)
src/gallium/drivers/llvmpipe/lp_texture.h

index 49623949bf5ac7d5c46254199d3ab88e379011db..6b78750f1ae1ec6d1bb351ed24ed71033a179052 100644 (file)
@@ -30,6 +30,7 @@
 
 
 #include "pipe/p_state.h"
+#include "util/u_debug.h"
 
 
 #define LP_MAX_TEXTURE_2D_LEVELS 12  /* 2K x 2K for now */