vega: fix missing include
authorRoland Scheidegger <sroland@vmware.com>
Thu, 3 Dec 2009 23:42:53 +0000 (00:42 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 3 Dec 2009 23:42:53 +0000 (00:42 +0100)
src/gallium/state_trackers/vega/vg_tracker.c

index ed18dd60751218938b259ff63bc4da911b1eded9..5a286b144916b6949961769af23a0141bc95fc2f 100644 (file)
@@ -33,6 +33,7 @@
 #include "pipe/p_screen.h"
 #include "util/u_memory.h"
 #include "util/u_math.h"
+#include "util/u_rect.h"
 
 static struct pipe_texture *
 create_texture(struct pipe_context *pipe, enum pipe_format format,