mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-23 14:21:42 +00:00
12 lines
250 B
Diff
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 {
|