OSDN Git Service

util: Add missing p_debug.h include.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 18 Sep 2008 13:24:45 +0000 (22:24 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 18 Sep 2008 14:23:02 +0000 (23:23 +0900)
src/gallium/auxiliary/util/u_math.h

index 0b10622..196aeb2 100644 (file)
@@ -40,6 +40,7 @@
 
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_debug.h"
 
 
 #ifdef __cplusplus