Mesa (master): tgsi: Include missing header in tgsi_dump.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:27:19 UTC 2010


Module: Mesa
Branch: master
Commit: 0b9b8694d9c3295436561331f03f0d59effe26c4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b9b8694d9c3295436561331f03f0d59effe26c4

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 27 00:26:59 2010 -0700

tgsi: Include missing header in tgsi_dump.h.

Include p_compiler.h for uint symbol.

---

 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 4cd2731..dd78b36 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




More information about the mesa-commit mailing list