mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-13 17:27:08 +02:00
31 lines
954 B
Diff
31 lines
954 B
Diff
--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h
|
|
+++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/system/file_wrapper.h
|
|
@@ -11,6 +11,7 @@
|
|
#ifndef RTC_BASE_SYSTEM_FILE_WRAPPER_H_
|
|
#define RTC_BASE_SYSTEM_FILE_WRAPPER_H_
|
|
|
|
+#include <stdint.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
|
|
--- a/src/3rdparty/chromium/components/variations/seed_response.h
|
|
+++ b/src/3rdparty/chromium/components/variations/seed_response.h
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef COMPONENTS_VARIATIONS_SEED_RESPONSE_H_
|
|
#define COMPONENTS_VARIATIONS_SEED_RESPONSE_H_
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
|
|
namespace variations {
|
|
--- a/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h
|
|
+++ b/src/3rdparty/chromium/gpu/config/gpu_driver_bug_workarounds.h
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef GPU_CONFIG_GPU_DRIVER_BUG_WORKAROUNDS_H_
|
|
#define GPU_CONFIG_GPU_DRIVER_BUG_WORKAROUNDS_H_
|
|
|
|
+#include <cstdint>
|
|
#include <vector>
|
|
|
|
#include "base/macros.h"
|