0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-07-23 14:21:42 +00:00
Files
termux-packages/x11-packages/carbonyl-host-tools/patches/8001-chromium-include-cmath.patch
2025-02-01 17:05:51 +08:00

12 lines
250 B
Diff

--- a/extensions/renderer/bindings/argument_spec.cc
+++ b/extensions/renderer/bindings/argument_spec.cc
@@ -16,6 +16,8 @@
#include "gin/data_object_builder.h"
#include "gin/dictionary.h"
+#include <cmath>
+
namespace extensions {
namespace {