summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2020-08-05 11:22:57 +0300
committerDmitry Shachnev <mitya57@gmail.com>2020-08-05 10:59:56 +0000
commit5596a886555297ecd3a7038764382cd6dadf6708 (patch)
tree3881afe6dee31d0d75725458bf0c4507b9b99145
parent45b657c0c81b9a4bb3ad664e456198deaa6494ad (diff)
downloadqtwebengine-chromium-5596a886555297ecd3a7038764382cd6dadf6708.tar.gz
Fix webrtc build with GCC 10
I had to apply this in Debian to make Qt WebEngine build with GCC 10. Gentoo has this patch too: https://bugs.gentoo.org/721876#c13. Change-Id: I6f331823783e6504753e7ef50549dd5055e44482 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/third_party/webrtc/modules/video_coding/decoding_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/modules/video_coding/decoding_state.h b/chromium/third_party/webrtc/modules/video_coding/decoding_state.h
index b87fb2d0345..ec972949d89 100644
--- a/chromium/third_party/webrtc/modules/video_coding/decoding_state.h
+++ b/chromium/third_party/webrtc/modules/video_coding/decoding_state.h
@@ -11,6 +11,7 @@
#ifndef MODULES_VIDEO_CODING_DECODING_STATE_H_
#define MODULES_VIDEO_CODING_DECODING_STATE_H_
+#include <cstdint>
#include <map>
#include <set>
#include <vector>