From: Vinson Lee Date: Fri, 3 Sep 2010 00:00:53 +0000 (-0700) Subject: draw: Include missing headers in draw_vs_aos.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=619e899a422297fbbc9bfc837d48fb6986f896ee;p=mesa.git 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. --- 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