summaryrefslogtreecommitdiffstats
path: root/development/mysql-workbench/0003-include-list.patch
blob: 7bd7b762c143bc14c90ab77ef365607545c9b80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/library/parsers/mysql/MySQLBaseLexer.h b/library/parsers/mysql/MySQLBaseLexer.h
index 1a8b9ac..8bd3d57 100644
--- a/library/parsers/mysql/MySQLBaseLexer.h
+++ b/library/parsers/mysql/MySQLBaseLexer.h
@@ -26,6 +26,7 @@
 #include "Lexer.h"
 #include "MySQLRecognizerCommon.h"
 #include "mysql-recognition-types.h"
+#include <list>
 
 namespace antlr4 {
   class PARSERS_PUBLIC_TYPE Lexer;