summaryrefslogtreecommitdiffstats
path: root/development/mysql-workbench/0003-include-list.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/mysql-workbench/0003-include-list.patch')
-rw-r--r--development/mysql-workbench/0003-include-list.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/mysql-workbench/0003-include-list.patch b/development/mysql-workbench/0003-include-list.patch
new file mode 100644
index 0000000000..7bd7b762c1
--- /dev/null
+++ b/development/mysql-workbench/0003-include-list.patch
@@ -0,0 +1,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;