diff options
author | Ben Skeggs <[email protected]> | 2008-09-11 06:41:18 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-09-11 06:41:18 +1000 |
commit | f302fca5eb63e4bca8af5b35c585451486143e6a (patch) | |
tree | 053ee664e1574413a4dbed13f27aa401fb3d299c /src/gallium/drivers/nv10/nv10_context.h | |
parent | 7158203b081ad34c03382f07e0df748eae235e9b (diff) |
nouveau: gallium directory structure changed again..
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_context.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv10/nv10_context.h b/src/gallium/drivers/nv10/nv10_context.h index 2bdba53db8a..f3b56de25a7 100644 --- a/src/gallium/drivers/nv10/nv10_context.h +++ b/src/gallium/drivers/nv10/nv10_context.h @@ -4,6 +4,10 @@ #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" +#include "pipe/p_compiler.h" + +#include "util/u_memory.h" +#include "util/u_math.h" #include "draw/draw_vertex.h" |