gallium: Add missing includes
authorThomas Helland <thomashelland90@gmail.com>
Thu, 1 Jun 2017 20:52:02 +0000 (22:52 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 7 Jun 2017 19:07:24 +0000 (21:07 +0200)
These will need to be in place to avoid regressions when
removing these includes from the u_dynarray

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c
src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c
src/gallium/state_trackers/va/config.c
src/gallium/state_trackers/va/postproc.c

index 4924d21..61a5701 100644 (file)
@@ -5,6 +5,7 @@
 #include "util/u_dynarray.h"
 #include "util/u_inlines.h"
 #include "util/u_debug.h"
+#include "util/u_memory.h"
 
 #include "pipe/p_shader_tokens.h"
 #include "tgsi/tgsi_parse.h"
index baea701..03d711a 100644 (file)
@@ -4,6 +4,7 @@
 #include "pipe/p_state.h"
 #include "util/u_dynarray.h"
 #include "util/u_debug.h"
+#include "util/u_memory.h"
 
 #include "pipe/p_shader_tokens.h"
 #include "tgsi/tgsi_parse.h"
index 05f97a0..c5d69bd 100644 (file)
@@ -29,6 +29,7 @@
 #include "pipe/p_screen.h"
 
 #include "util/u_video.h"
+#include "util/u_memory.h"
 
 #include "vl/vl_winsys.h"
 
index 8467b0e..5b23891 100644 (file)
@@ -26,6 +26,7 @@
  **************************************************************************/
 
 #include "util/u_handle_table.h"
+#include "util/u_memory.h"
 
 #include "vl/vl_defines.h"
 #include "vl/vl_video_buffer.h"