diff options
author | Brian <[email protected]> | 2007-12-07 16:22:39 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-07 16:22:39 -0700 |
commit | 6070a0eb2ba9ba29b861153a10e91c5b463a2ffc (patch) | |
tree | 21ee0359e2cb2f9d701def92a5cebcea701b92e2 /src/mesa/state_tracker/st_program.c | |
parent | d3e05111c8c8f87db7f577eb7096d65479a7e481 (diff) |
include tgsi_dump.h
Diffstat (limited to 'src/mesa/state_tracker/st_program.c')
-rw-r--r-- | src/mesa/state_tracker/st_program.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_program.c b/src/mesa/state_tracker/st_program.c index 4e8bdc820e9..e64bf14d56a 100644 --- a/src/mesa/state_tracker/st_program.c +++ b/src/mesa/state_tracker/st_program.c @@ -38,6 +38,7 @@ #include "pipe/p_defines.h" #include "pipe/p_shader_tokens.h" #include "pipe/draw/draw_context.h" +#include "pipe/tgsi/util/tgsi_dump.h" #include "st_context.h" #include "st_cache.h" |