diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch b/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch new file mode 100644 index 00000000..e9289b60 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/chromium/0011-chromium-Include-cstddef-and-cstdint.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | From 52a31894bed50d71e19183fd23b06b03b0272213 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 15 Jan 2020 16:53:46 -0800 | ||
| 4 | Subject: [PATCH] chromium: Include <cstddef> and <cstdint> | ||
| 5 | |||
| 6 | These headers are needed for uintXX_t and size_t definitions | ||
| 7 | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 9 | --- | ||
| 10 | chromium/third_party/webrtc/call/rtx_receive_stream.h | 1 + | ||
| 11 | 1 file changed, 1 insertion(+) | ||
| 12 | |||
| 13 | diff --git a/chromium/third_party/webrtc/call/rtx_receive_stream.h b/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
| 14 | index 66cc46dc091..e8cadb2bb80 100644 | ||
| 15 | --- a/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
| 16 | +++ b/chromium/third_party/webrtc/call/rtx_receive_stream.h | ||
| 17 | @@ -11,6 +11,7 @@ | ||
| 18 | #ifndef CALL_RTX_RECEIVE_STREAM_H_ | ||
| 19 | #define CALL_RTX_RECEIVE_STREAM_H_ | ||
| 20 | |||
| 21 | +#include <cstdint> | ||
| 22 | #include <map> | ||
| 23 | #include <stdint.h> | ||
| 24 | |||
