diff options
author | Vinson Lee <[email protected]> | 2010-09-02 17:00:53 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-09-02 17:03:47 -0700 |
commit | 619e899a422297fbbc9bfc837d48fb6986f896ee (patch) | |
tree | 7ef79c67a1bbd444f22d96483513f89ba275a97f /src/gallium | |
parent | 883cbbd99cd44dd5d2729fcddddafddcc435affc (diff) |
draw: Include missing headers in draw_vs_aos.h.
Include tgsi_exec.h for TGSI_EXEC_NUM_TEMPS.
Include draw_vs.h for draw_vs_varient.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs_aos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.h b/src/gallium/auxiliary/draw/draw_vs_aos.h index 1911242f825..68e8295b5e1 100644 --- a/src/gallium/auxiliary/draw/draw_vs_aos.h +++ b/src/gallium/auxiliary/draw/draw_vs_aos.h @@ -32,6 +32,8 @@ #define DRAW_VS_AOS_H #include "pipe/p_config.h" +#include "tgsi/tgsi_exec.h" +#include "draw_vs.h" #ifdef PIPE_ARCH_X86 |