chromium-browser-stable-sla.../chromium-61-gcc5.patch

12 lines
406 B
Diff
Raw Normal View History

2017-09-19 14:51:35 +03:00
--- chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc.bak 2017-08-23 21:08:14.000000000 +0200
+++ chromium-61.0.3163.59/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc 2017-08-29 13:07:50.789475942 +0200
@@ -10,7 +10,7 @@
2018-01-06 00:13:37 +03:00
#include "modules/audio_processing/aec3/aec_state.h"
2017-09-19 14:51:35 +03:00
-#include <math.h>
+#include <cmath>
2018-02-22 01:25:01 +03:00
2017-09-19 14:51:35 +03:00
#include <numeric>
#include <vector>