summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-27 00:31:27 -0700
committerVinson Lee <vlee@vmware.com>2010-08-27 00:31:27 -0700
commit57421cb464c63ed65f5e0438ad4c13c527f41118 (patch)
treebae636efbd1b38afdfc70c096bd73e2bce730c87 /src/gallium/auxiliary/tgsi
parent0b9b8694d9c3295436561331f03f0d59effe26c4 (diff)
tgsi: Include missing header in tgsi_info.h.
Include p_compiler.h for uint symbol.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_info.h1
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 50248884fd..1992d11bbe 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