summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_math.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-18 22:24:45 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-18 23:23:02 +0900
commit451888ee8f9d9749a2d52351374a14525c07ef2b (patch)
tree0e87e9b47050857523450650d0b9f2debe71a133 /src/gallium/auxiliary/util/u_math.h
parentf68d2a0febca38bc7b31f9ab9718e944935b48bc (diff)
util: Add missing p_debug.h include.
Diffstat (limited to 'src/gallium/auxiliary/util/u_math.h')
-rw-r--r--src/gallium/auxiliary/util/u_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h
index 0b10622ee7..196aeb28fa 100644
--- a/src/gallium/auxiliary/util/u_math.h
+++ b/src/gallium/auxiliary/util/u_math.h
@@ -40,6 +40,7 @@
#include "pipe/p_compiler.h"
+#include "pipe/p_debug.h"
#ifdef __cplusplus