From: Vinson Lee Date: Fri, 27 Aug 2010 07:31:27 +0000 (-0700) Subject: tgsi: Include missing header in tgsi_info.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57421cb464c63ed65f5e0438ad4c13c527f41118;p=mesa.git tgsi: Include missing header in tgsi_info.h. Include p_compiler.h for uint symbol. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.h b/src/gallium/auxiliary/tgsi/tgsi_info.h index 50248884fd0..1992d11bbe8 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_info.h +++ b/src/gallium/auxiliary/tgsi/tgsi_info.h @@ -28,6 +28,7 @@ #ifndef TGSI_INFO_H #define TGSI_INFO_H +#include "pipe/p_compiler.h" #include "pipe/p_shader_tokens.h" #if defined __cplusplus