tgsi: Include missing header in tgsi_dump.h.
authorVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:26:59 +0000 (00:26 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 27 Aug 2010 07:26:59 +0000 (00:26 -0700)
Include p_compiler.h for uint symbol.

src/gallium/auxiliary/tgsi/tgsi_dump.h

index 4cd27317b36792b5d60e53c8efca3ee5dc51b054..dd78b361007001b50236aaf093f1565801c9b6e9 100644 (file)
@@ -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