We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83086a3 commit f0bfd53Copy full SHA for f0bfd53
ChangeLog
@@ -1,3 +1,7 @@
1
+2021-02-27 Moritz Bunkus <mo@bunkus.online>
2
+
3
+ * Fix compilation with g++ 11. Fixes #80.
4
5
2021-02-21 Steve Lhomme <slhomme@matroska.org>
6
7
* Remove Coremake project files
src/EbmlString.cpp
@@ -34,6 +34,7 @@
34
\author Steve Lhomme <robux4 @ users.sf.net>
35
*/
36
#include <cassert>
37
+#include <limits>
38
39
#include "ebml/EbmlString.h"
40
src/EbmlUnicodeString.cpp
@@ -36,6 +36,7 @@
41
#include "ebml/EbmlUnicodeString.h"
42
0 commit comments