diff options
Diffstat (limited to 'src/gallium/auxiliary/postprocess/pp_program.c')
-rw-r--r-- | src/gallium/auxiliary/postprocess/pp_program.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/postprocess/pp_program.c b/src/gallium/auxiliary/postprocess/pp_program.c index 916d6fceaac..19275d742e5 100644 --- a/src/gallium/auxiliary/postprocess/pp_program.c +++ b/src/gallium/auxiliary/postprocess/pp_program.c @@ -27,6 +27,8 @@ **************************************************************************/ #include "postprocess/postprocess.h" +#include "postprocess/pp_private.h" + #include "cso_cache/cso_context.h" #include "pipe/p_screen.h" #include "pipe/p_context.h" |