2022-12-06 12:22:19 +01:00
|
|
|
--- extensions/renderer/bindings/argument_spec.cc.orig 2022-12-06 08:09:13 UTC
|
2022-10-05 14:43:40 +02:00
|
|
|
+++ extensions/renderer/bindings/argument_spec.cc
|
2022-12-06 12:22:19 +01:00
|
|
|
@@ -18,6 +18,8 @@
|
2022-10-05 14:43:40 +02:00
|
|
|
#include "gin/data_object_builder.h"
|
|
|
|
#include "gin/dictionary.h"
|
|
|
|
|
|
|
|
+#include <cmath>
|
|
|
|
+
|
|
|
|
namespace extensions {
|
|
|
|
|
|
|
|
namespace {
|