From 1a59d5f227b6f8de6c2f6a56d34d0c87a422fbd4 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 20 Jul 2023 09:35:28 +0700 Subject: development/mysql-workbench: Updated for version 8.0.34. Signed-off-by: Willy Sudiarto Raharjo --- development/mysql-workbench/gcc13.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 development/mysql-workbench/gcc13.patch (limited to 'development/mysql-workbench/gcc13.patch') diff --git a/development/mysql-workbench/gcc13.patch b/development/mysql-workbench/gcc13.patch new file mode 100644 index 0000000000..ce31bf0405 --- /dev/null +++ b/development/mysql-workbench/gcc13.patch @@ -0,0 +1,30 @@ +--- mysql-workbench-community-8.0.34-src/library/cdbc/src/driver_manager.h.orig 2023-07-19 21:15:37.648964114 +0700 ++++ mysql-workbench-community-8.0.34-src/library/cdbc/src/driver_manager.h 2023-07-19 21:15:45.990061252 +0700 +@@ -32,6 +32,7 @@ + + #include "grts/structs.db.mgmt.h" + #include ++#include // for std::uint64_t + + namespace wb { + class SSHTunnel; +--- mysql-workbench-community-8.0.34-src/library/forms/mforms/treeview.h.orig 2023-07-19 21:35:04.750432184 +0700 ++++ mysql-workbench-community-8.0.34-src/library/forms/mforms/treeview.h 2023-07-19 21:35:20.883616910 +0700 +@@ -24,6 +24,7 @@ + #pragma once + + #include ++#include // for std::uint64_t + + /** + * Implementation of a control class for a treeview control based on node objects. +--- mysql-workbench-community-8.0.34-src/backend/wbpublic/sqlide/sqlide_generics_private.h.orig 2023-07-20 08:32:18.189780564 +0700 ++++ mysql-workbench-community-8.0.34-src/backend/wbpublic/sqlide/sqlide_generics_private.h 2023-07-20 08:32:48.522168445 +0700 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include // for std::uint64_t + + namespace sqlide { + -- cgit v1.2.3