Module: Mesa Branch: master Commit: 68df2949971f6a9c0854bdfb2a252cb82fd9b7aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68df2949971f6a9c0854bdfb2a252cb82fd9b7aa
Author: José Fonseca <[email protected]> Date: Wed Apr 7 20:55:31 2010 +0100 llvmpipe: Add missing include. --- src/gallium/drivers/llvmpipe/lp_texture.h | 1 + 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 4962394..6b78750 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 */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
