graw: fix the build (missing header)

This commit is contained in:
Zack Rusin
2010-08-27 13:09:38 -04:00
parent c8e0970667
commit 83e3a2d970
@@ -1,5 +1,6 @@
#include "pipe/p_compiler.h"
#include "pipe/p_context.h"
#include "pipe/p_screen.h"
#include "util/u_debug.h"
#include "util/u_memory.h"
#include "target-helpers/wrap_screen.h"