mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
ARB prog lexer: Add missing #include to silence compile warning
This commit is contained in:
parent
0e7953366f
commit
cdb7193994
2 changed files with 175 additions and 173 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -24,6 +24,7 @@
|
|||
#include "main/glheader.h"
|
||||
#include "prog_instruction.h"
|
||||
|
||||
#include "symbol_table.h"
|
||||
#include "program_parser.h"
|
||||
#include "program_parse.tab.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue