diff options
| author | José Fonseca <jfonseca@vmware.com> | 2009-08-17 17:48:34 +0100 | 
|---|---|---|
| committer | Keith Whitwell <keithw@vmware.com> | 2009-08-19 12:03:34 +0100 | 
| commit | c69d9296fbf02ed2a50e37456a733bef885995ca (patch) | |
| tree | 00a8927567970589330129950e790d0a9797abb7 | |
| parent | b2f3f7dd12eeab31c7edbc7c5ff52230bc8c4296 (diff) | |
tgsi: Add missing include.
(cherry picked from commit d2787c02c130b1fe20d0c032d468622f2fdaef79)
| -rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_ureg.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/auxiliary/tgsi/tgsi_ureg.c b/src/gallium/auxiliary/tgsi/tgsi_ureg.c index c2bfcbbcb9..7922931361 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_ureg.c +++ b/src/gallium/auxiliary/tgsi/tgsi_ureg.c @@ -31,6 +31,7 @@  #include "tgsi/tgsi_ureg.h"  #include "tgsi/tgsi_dump.h"  #include "util/u_memory.h" +#include "util/u_math.h"  union tgsi_any_token {     struct tgsi_version version; | 
