diff options
author | Vinson Lee <[email protected]> | 2010-08-27 00:26:59 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-27 00:26:59 -0700 |
commit | 0b9b8694d9c3295436561331f03f0d59effe26c4 (patch) | |
tree | 471cd3749f0fe651290cdd7191f554527238e819 /src/gallium/auxiliary/tgsi/tgsi_dump.h | |
parent | 43ed82bdb2feddd38884514dc00c348d7f1ec0f9 (diff) |
tgsi: Include missing header in tgsi_dump.h.
Include p_compiler.h for uint symbol.
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_dump.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_dump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_dump.h b/src/gallium/auxiliary/tgsi/tgsi_dump.h index 4cd27317b36..dd78b361007 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_dump.h +++ b/src/gallium/auxiliary/tgsi/tgsi_dump.h @@ -28,6 +28,7 @@ #ifndef TGSI_DUMP_H #define TGSI_DUMP_H +#include "pipe/p_compiler.h" #include "pipe/p_shader_tokens.h" #if defined __cplusplus |