867ed1f
diff -up chromium-64.0.3282.119/third_party/webrtc/p2p/base/port.cc.gcc-round-fix chromium-64.0.3282.119/third_party/webrtc/p2p/base/port.cc
867ed1f
--- chromium-64.0.3282.119/third_party/webrtc/p2p/base/port.cc.gcc-round-fix	2018-01-25 12:03:14.696443814 -0500
867ed1f
+++ chromium-64.0.3282.119/third_party/webrtc/p2p/base/port.cc	2018-01-25 12:20:26.446448618 -0500
867ed1f
@@ -10,7 +10,7 @@
867ed1f
 
867ed1f
 #include "p2p/base/port.h"
867ed1f
 
867ed1f
-#include <math.h>
867ed1f
+#include <cmath>
867ed1f
 
867ed1f
 #include <algorithm>
867ed1f
 #include <vector>