commit | 6e9d89588dc36c8056bea0049137ca4783de0ec3 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Apr 09 20:30:51 2018 +0200 |
committer | Danil Chapovalov <danilchap@webrtc.org> | Tue Apr 10 10:33:34 2018 +0000 |
tree | 9f0b240693c165a2277b1496205362de75dd6329 | |
parent | 9df29b7411d18fe082cfdf23747ba74f99f118b7 [diff] |
Add missing includes checks.h/array_view.h instead of relying on optional.h to included these 2 headers. Bug: webrtc:9078 Change-Id: I7a4b3facd81690b8f107640487e129986c1f5ff6 Reviewed-on: https://webrtc-review.googlesource.com/68602 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22803}
diff --git a/api/audio_codecs/audio_format.h b/api/audio_codecs/audio_format.h index 12e9552..2a85c6f 100644 --- a/api/audio_codecs/audio_format.h +++ b/api/audio_codecs/audio_format.h
@@ -17,6 +17,7 @@ #include <utility> #include "api/optional.h" +#include "rtc_base/checks.h" namespace webrtc {
diff --git a/api/rtptransceiverinterface.h b/api/rtptransceiverinterface.h index c9a86e6..7805579 100644 --- a/api/rtptransceiverinterface.h +++ b/api/rtptransceiverinterface.h
@@ -14,6 +14,7 @@ #include <string> #include <vector> +#include "api/array_view.h" #include "api/optional.h" #include "api/rtpreceiverinterface.h" #include "api/rtpsenderinterface.h"