diff options
Diffstat (limited to 'src/mesa/tnl/t_vertex.c')
-rw-r--r-- | src/mesa/tnl/t_vertex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index c3294b007b0..76ff97720ca 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -28,6 +28,7 @@ #include <stdio.h> #include "main/glheader.h" #include "main/context.h" +#include "main/execmem.h" #include "swrast/s_chan.h" #include "t_context.h" #include "t_vertex.h" |