File mysql-workbench-gcc.patch of Package mysql-workbench
--- mysql-workbench-community-8.0.33-org/library/forms/mforms/base.h 2023-03-24 16:37:47.000000000 +0100
+++ mysql-workbench-community-8.0.33-src/library/forms/mforms/base.h 2023-06-07 21:06:14.952015208 +0200
@@ -23,6 +23,7 @@
#pragma once
+#include <cstdint>
#include <string>
#include <list>
--- mysql-workbench-community-8.0.33-org/library/cdbc/src/driver_manager.h 2023-03-24 16:37:47.000000000 +0100
+++ mysql-workbench-community-8.0.33-src/library/cdbc/src/driver_manager.h 2023-06-07 21:12:35.354144786 +0200
@@ -27,6 +27,7 @@
#include "cppdbc_public_interface.h"
#include <cppconn/driver.h>
+#include <cstdint>
#include <memory>
#include <set>
--- mysql-workbench-community-8.0.33-org/backend/wbpublic/sqlide/sqlide_generics_private.h 2023-03-24 16:37:47.000000000 +0100
+++ mysql-workbench-community-8.0.33-src/backend/wbpublic/sqlide/sqlide_generics_private.h 2023-06-07 21:28:20.403041500 +0200
@@ -29,6 +29,7 @@
#include <sqlite/result.hpp>
#include <sqlite/query.hpp>
#include <sqlite/execute.hpp>
+#include <cstdint>
#include <ctime>
namespace sqlide {
--- mysql-workbench-community-8.0.33-org/library/parsers/code-completion/CodeCompletionCore.h 2023-03-24 16:37:47.000000000 +0100
+++ mysql-workbench-community-8.0.33-src/library/parsers/code-completion/CodeCompletionCore.h 2023-06-08 15:43:11.456226454 +0200
@@ -25,6 +25,7 @@
#include <string>
#include <vector>
#include <typeindex>
+#include "antlr4-runtime.h"
namespace antlr4 {
class Parser;