From: Brian Date: Wed, 12 Dec 2007 01:58:32 +0000 (-0700) Subject: include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning. X-Git-Tag: 062012170305~17580^2~390^2~3180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d9bdaa80b9faaefcb896580717f4854e034410b;p=profile%2Fivi%2Fmesa.git include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning. --- diff --git a/src/mesa/pipe/draw/draw_vertex_shader.c b/src/mesa/pipe/draw/draw_vertex_shader.c index 5294d38..d34d923 100644 --- a/src/mesa/pipe/draw/draw_vertex_shader.c +++ b/src/mesa/pipe/draw/draw_vertex_shader.c @@ -33,12 +33,14 @@ #include "pipe/p_util.h" #include "pipe/p_shader_tokens.h" +#if defined(__i386__) || defined(__386__) +#include "pipe/tgsi/exec/tgsi_sse2.h" +#endif #include "draw_private.h" #include "draw_context.h" #include "draw_vertex.h" #include "x86/rtasm/x86sse.h" - #include "pipe/llvm/gallivm.h"