all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob f1fd29d0d365dc6e7e7b7bd068741dcb8cf3b556 666 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
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;

debug log:

solving f1fd29d0d3 ...
found f1fd29d0d3 in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.