summarylogtreecommitdiffstats
path: root/0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch
diff options
context:
space:
mode:
authorXiretza2022-05-15 12:51:24 +0200
committerXiretza2022-05-15 13:03:22 +0200
commitb8a22945d860ba507d5708a862501a0eb0cf20ac (patch)
tree77a63dba989d088d7908ac156b839116fcb663a6 /0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch
parent2242884b42c5f50f1fb08e357ca9d48098254604 (diff)
downloadaur-b8a22945d860ba507d5708a862501a0eb0cf20ac.tar.gz
Fix missing include in upstream
Diffstat (limited to '0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch')
-rw-r--r--0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch b/0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch
new file mode 100644
index 000000000000..211ed25db9b7
--- /dev/null
+++ b/0001-fix-h265_pps_parser-fix-missing-cstdint-include.patch
@@ -0,0 +1,24 @@
+From 86d2bcd7afb8706663d29e30f65863de5a626142 Mon Sep 17 00:00:00 2001
+From: Xiretza <xiretza@xiretza.xyz>
+Date: Sun, 15 May 2022 12:47:41 +0200
+Subject: [PATCH] fix(h265_pps_parser): fix missing cstdint include
+
+---
+ src/common_video/h265/h265_pps_parser.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/common_video/h265/h265_pps_parser.h b/src/common_video/h265/h265_pps_parser.h
+index 28c95ea9..c180b1b9 100644
+--- a/src/common_video/h265/h265_pps_parser.h
++++ b/src/common_video/h265/h265_pps_parser.h
+@@ -12,6 +12,7 @@
+ #define COMMON_VIDEO_H265_PPS_PARSER_H_
+
+ #include "absl/types/optional.h"
++#include <cstdint>
+
+ namespace rtc {
+ class BitBuffer;
+--
+2.36.1
+