diff options
author | Michal Krol <[email protected]> | 2008-11-12 17:03:58 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-11-12 18:12:28 +0100 |
commit | 0ee92d6ed9c6aae47d990c9ac004034ded5003f1 (patch) | |
tree | 56f4f81b2049f25287489f988d7183884ff266e3 | |
parent | 19e4222f937c9bb95d3a899dd788afb930eecaa4 (diff) |
draw: Add missing include.
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c index 3c175f31d8e..18f24e59800 100644 --- a/src/gallium/auxiliary/draw/draw_pt.c +++ b/src/gallium/auxiliary/draw/draw_pt.c @@ -35,6 +35,7 @@ #include "draw/draw_pt.h" #include "draw/draw_vs.h" #include "tgsi/tgsi_dump.h" +#include "util/u_math.h" static unsigned trim( unsigned count, unsigned first, unsigned incr ) { |