summarylogtreecommitdiffstats
path: root/0003-mkvparser.cc-cstdint.patch
blob: 5a8bbcda56f02542e97dacd20f077546d4d6e99e (plain)
1
2
3
4
5
6
7
8
9
10
--- mkvparser.cc.old	2025-05-05 16:41:32.480450346 -0400
+++ mkvparser.cc	2025-05-05 16:44:56.578245385 -0400
@@ -16,6 +16,7 @@
 #include <cfloat>
 #include <climits>
 #include <cmath>
+#include <cstdint>
 #include <cstring>
 #include <memory>
 #include <new>