Fix some missed stdlib includes

Ran into these when trying a newer libstdc++

Bug: None
Change-Id: Ie3ce0ae1ae1e6da1a15476fbf942b48b37adc9fa
Reviewed-on: https://webrtc-review.googlesource.com/23501
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20701}
This commit is contained in:
Oleh Prypin
2017-11-16 00:17:05 +01:00
committed by Commit Bot
parent 154ee1fd85
commit 6581f21f0e
3 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,7 @@
#include "rtc_tools/event_log_visualizer/analyzer.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <map>
#include <sstream>