]> git.pld-linux.org Git - packages/libebml.git/blame - gcc11.patch
- fix building with gcc 11, rel 3
[packages/libebml.git] / gcc11.patch
CommitLineData
551d4f02
JR
1diff -up libebml-1.4.2/src/EbmlString.cpp.gcc11 libebml-1.4.2/src/EbmlString.cpp
2--- libebml-1.4.2/src/EbmlString.cpp.gcc11 2021-02-18 12:42:59.000000000 +0100
3+++ libebml-1.4.2/src/EbmlString.cpp 2021-03-01 11:42:02.122854703 +0100
4@@ -34,6 +34,7 @@
5 \author Steve Lhomme <robux4 @ users.sf.net>
6 */
7 #include <cassert>
8+#include <limits>
9
10 #include "ebml/EbmlString.h"
11
12diff -up libebml-1.4.2/src/EbmlUnicodeString.cpp.gcc11 libebml-1.4.2/src/EbmlUnicodeString.cpp
13--- libebml-1.4.2/src/EbmlUnicodeString.cpp.gcc11 2021-03-01 11:42:02.121854696 +0100
14+++ libebml-1.4.2/src/EbmlUnicodeString.cpp 2021-03-01 11:42:21.772995170 +0100
15@@ -36,6 +36,7 @@
16 */
17
18 #include <cassert>
19+#include <limits>
20
21 #include "ebml/EbmlUnicodeString.h"
22
This page took 0.030788 seconds and 4 git commands to generate.