diff options
author | Vinson Lee <[email protected]> | 2010-08-27 00:31:27 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-27 00:31:27 -0700 |
commit | 57421cb464c63ed65f5e0438ad4c13c527f41118 (patch) | |
tree | bae636efbd1b38afdfc70c096bd73e2bce730c87 /src | |
parent | 0b9b8694d9c3295436561331f03f0d59effe26c4 (diff) |
tgsi: Include missing header in tgsi_info.h.
Include p_compiler.h for uint symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |