summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/program_lexer.l')
-rw-r--r--src/mesa/shader/program_lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_lexer.l b/src/mesa/shader/program_lexer.l
index 9e68c34ac0a..a0d1af1e07a 100644
--- a/src/mesa/shader/program_lexer.l
+++ b/src/mesa/shader/program_lexer.l
@@ -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"