Warning, /multimedia/kdenlive/packaging/flatpak/0001-Support-compiling-with-GCC-13-1605.patch is written in an unsupported language. File is not indexed.

0001 From a0e9ddb8a51ef2778697e7b549713a2172a1a1a3 Mon Sep 17 00:00:00 2001
0002 From: Jean-Christophe Morin
0003  <38703886+JeanChristopheMorinPerso@users.noreply.github.com>
0004 Date: Sat, 20 May 2023 14:52:46 -0400
0005 Subject: [PATCH] Support compiling with GCC 13 (#1605)
0006 
0007 Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
0008 ---
0009  src/opentime/rationalTime.h | 1 +
0010  1 file changed, 1 insertion(+)
0011 
0012 diff --git a/src/opentime/rationalTime.h b/src/opentime/rationalTime.h
0013 index ec791bc..fbdd02d 100644
0014 --- a/src/opentime/rationalTime.h
0015 +++ b/src/opentime/rationalTime.h
0016 @@ -7,6 +7,7 @@
0017  #include "opentime/version.h"
0018  #include <cmath>
0019  #include <limits>
0020 +#include <cstdint>
0021  #include <string>
0022  
0023  namespace opentime { namespace OPENTIME_VERSION {
0024 -- 
0025 2.43.0
0026