diff options
author | José Fonseca <[email protected]> | 2008-09-18 22:24:45 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-09-18 23:23:02 +0900 |
commit | 451888ee8f9d9749a2d52351374a14525c07ef2b (patch) | |
tree | 0e87e9b47050857523450650d0b9f2debe71a133 /src/gallium/auxiliary/util/u_math.h | |
parent | f68d2a0febca38bc7b31f9ab9718e944935b48bc (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.h | 1 |
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 0b10622ee75..196aeb28fa4 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 |