File wxFormBuilder-3.10.1-gcc-13.patch of Package wxformbuilder
From a59f22a877974f435a9e4d5667eafdc635c687bc Mon Sep 17 00:00:00 2001
From: Antoine Belvire <antoine.belvire@opensuse.org>
Date: Thu, 20 Apr 2023 14:43:51 +0200
Subject: [PATCH] Fix build with GCC 13
Include cstdint so that uint*_t can be found.
Same as https://github.com/wxFormBuilder/wxFormBuilder/pull/777/commits
rebased on v3.10.1.
---
src/md5/md5.hh | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/md5/md5.hh b/src/md5/md5.hh
index 3bb9d0bf..4a3c9edf 100644
--- a/src/md5/md5.hh
+++ b/src/md5/md5.hh
@@ -40,6 +40,7 @@ documentation and/or software.
*/
#pragma once
+#include <cstdint>
#include <cstdio>
#include <istream>
--
2.40.0