summarylogtreecommitdiffstats
path: root/fix-undeclared-isnan.patch
blob: b017aac12985ad9b9ad36825c27d01fe2eb99478 (plain)
1
2
3
4
5
6
7
8
9
10
--- components/cronet/native/engine.cc	2023-10-23 22:05:39.245941623 +0200
+++ components/cronet/native/engine.cc	2023-10-23 22:05:55.586781891 +0200
@@ -4,6 +4,7 @@

 #include "components/cronet/native/engine.h"

+#include <math.h>
 #include <unordered_set>
 #include <utility>