diff options
-rw-r--r-- | src/mesa/state_tracker/st_cb_viewport.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_viewport.c b/src/mesa/state_tracker/st_cb_viewport.c index 7b175288fcb..75b0a219ce3 100644 --- a/src/mesa/state_tracker/st_cb_viewport.c +++ b/src/mesa/state_tracker/st_cb_viewport.c @@ -34,6 +34,8 @@ #include "pipe/p_inlines.h" #include "pipe/p_state.h" #include "pipe/p_defines.h" +#include "pipe/internal/p_winsys_screen.h" + static void st_viewport(GLcontext * ctx, GLint x, GLint y, GLsizei width, GLsizei height) |