Fix missing include.

Bug: webrtc:15556
Change-Id: I18d0010333c4e5bb2ee9bb07a4320101e87cc0b6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323641
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40942}
This commit is contained in:
Björn Terelius 2023-10-16 16:41:58 +02:00 committed by WebRTC LUCI CQ
parent 49dcb200ab
commit 5502de6ee9

View File

@ -12,6 +12,7 @@
#define RTC_BASE_SYSTEM_FILE_WRAPPER_H_ #define RTC_BASE_SYSTEM_FILE_WRAPPER_H_
#include <stddef.h> #include <stddef.h>
#include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <string> #include <string>