aboutsummaryrefslogtreecommitdiff
path: root/development/mysql-workbench/gcc13.patch
blob: 51dad5555b04bc317861da8ec72480603963c0d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 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 <cppconn/connection.h>
+#include <cstdint> // 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 <mforms/view.h>
+#include <cstdint> // for std::uint64_t
 
 /**
  * Implementation of a control class for a treeview control based on node objects.