mirror of https://github.com/OpenIPC/firmware.git
Fix webrtc-audio-processing compile (#1495)
parent
cbd361ec37
commit
ca14303b38
|
@ -0,0 +1,12 @@
|
|||
diff --git a/webrtc/rtc_base/system/file_wrapper.h b/webrtc/rtc_base/system/file_wrapper.h
|
||||
index 42c463c..bfd8fcd 100644
|
||||
--- a/webrtc/rtc_base/system/file_wrapper.h
|
||||
+++ b/webrtc/rtc_base/system/file_wrapper.h
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
+#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue