forked from pool/nodejs-electron
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=220
12 lines
537 B
Diff
12 lines
537 B
Diff
--- src/v8/src/numbers/conversions.cc.orig 2025-08-15 17:36:40.101358286 +0200
|
|
+++ src/v8/src/numbers/conversions.cc 2025-08-16 14:28:06.284178438 +0200
|
|
@@ -23,7 +23,7 @@
|
|
#include "src/objects/string-inl.h"
|
|
#include "src/strings/char-predicates-inl.h"
|
|
#include "src/utils/allocation.h"
|
|
-#include "third_party/dragonbox/src/include/dragonbox/dragonbox.h"
|
|
+#include <dragonbox/dragonbox.h>
|
|
#include "third_party/fast_float/src/include/fast_float/fast_float.h"
|
|
#include "third_party/fast_float/src/include/fast_float/float_common.h"
|
|
|