From: Vinson Lee Date: Mon, 26 Apr 2010 04:22:40 +0000 (-0700) Subject: nvfx: Add missing header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78b47c337f584ea940b9a6f1865840b7810289e6;p=mesa.git nvfx: Add missing header. --- diff --git a/src/gallium/drivers/nvfx/nvfx_vbo.c b/src/gallium/drivers/nvfx/nvfx_vbo.c index 4d7b7f181d8..520bae5aed2 100644 --- a/src/gallium/drivers/nvfx/nvfx_vbo.c +++ b/src/gallium/drivers/nvfx/nvfx_vbo.c @@ -8,6 +8,7 @@ #include "nvfx_resource.h" #include "nouveau/nouveau_channel.h" +#include "nouveau/nouveau_class.h" #include "nouveau/nouveau_pushbuf.h" #include "nouveau/nouveau_util.h"