IWYU: Include math.h for round(3).

math.h was being implicitly included, which can break the build with
alternative libc implementations.

Bug: None
Change-Id: I969b320b65d0f44abb33d3e1036cfbcb859a4952
Reviewed-on: https://webrtc-review.googlesource.com/9384
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com>
Cr-Commit-Position: refs/heads/master@{#20292}
This commit is contained in:
Raphael Kubo da Costa 2017-10-13 15:49:32 +02:00 committed by Commit Bot
parent bd0568dced
commit 7f90e2cced

View File

@ -10,6 +10,8 @@
#include "p2p/base/port.h"
#include <math.h>
#include <algorithm>
#include <vector>