diff options
author | Keith Whitwell <[email protected]> | 2004-07-01 05:35:12 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-07-01 05:35:12 +0000 |
commit | 160215bdeb252c73547cc5247c47e8c5770972e3 (patch) | |
tree | a1a6cf202f2f5eebcf47943ae3b02c4b2444fbac /src/mesa/tnl/t_vertex.h | |
parent | 009aa3ef5ea6bc13c903d6f902b7039adef8fc74 (diff) |
Add t_context.h include for drivers.
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r-- | src/mesa/tnl/t_vertex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h index 9f4847f6922..dda3ab0dad1 100644 --- a/src/mesa/tnl/t_vertex.h +++ b/src/mesa/tnl/t_vertex.h @@ -29,6 +29,7 @@ #define _TNL_VERTEX_H #include "mtypes.h" +#include "t_context.h" /* New mechanism to specify hardware vertices so that tnl can build * and manipulate them directly. |