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}
This commit is contained in:
Danil Chapovalov
2018-04-09 20:30:51 +02:00
parent 9df29b7411
commit 6e9d89588d
6 changed files with 11 additions and 2 deletions

View File

@ -12,6 +12,8 @@
#include <string>
#include <vector>
#include "rtc_base/checks.h"
namespace webrtc {
ConfigReader::ConfigReader(const std::string& config_file_path)