summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-07 20:55:31 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-07 20:55:31 +0100
commit68df2949971f6a9c0854bdfb2a252cb82fd9b7aa (patch)
tree2428313178fc749028fba637b9830add1225c6c1 /src
parentd96e87c3c513f8ed350ae24425edb74b6d6fcc13 (diff)
llvmpipe: Add missing include.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.h b/src/gallium/drivers/llvmpipe/lp_texture.h
index 49623949bf5..6b78750f1ae 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.h
+++ b/src/gallium/drivers/llvmpipe/lp_texture.h
@@ -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 */