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 4962394..6b78750 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 */