From 2ed6604f50bc06cfd44b429f476588381113db9c Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 6 Feb 2008 09:48:37 -0700 Subject: [PATCH] gallium: #include p_debug.h since we use assert --- src/mesa/pipe/p_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/pipe/p_util.h b/src/mesa/pipe/p_util.h index 991ac447bac..469920efee3 100644 --- a/src/mesa/pipe/p_util.h +++ b/src/mesa/pipe/p_util.h @@ -29,6 +29,7 @@ #define P_UTIL_H #include "p_compiler.h" +#include "p_debug.h" #include -- 2.11.0