summaryrefslogtreecommitdiff
path: root/src/node_snapshotable.cc
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2023-03-31 09:03:06 -0400
committerRich Trott <rtrott@gmail.com>2023-04-05 09:05:27 -0700
commit3867641c1430ae78786243b47dcb2e779f54092c (patch)
treea88b9eb5f6f5959cdb4e9a1b9b16e4988b9355b8 /src/node_snapshotable.cc
parent26a967f6d0d111d72da6ea34634854e2ba8c517f (diff)
downloadnode-new-3867641c1430ae78786243b47dcb2e779f54092c.tar.gz
url: use ada::url_aggregator for parsing urls
PR-URL: https://github.com/nodejs/node/pull/47339 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'src/node_snapshotable.cc')
-rw-r--r--src/node_snapshotable.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_snapshotable.cc b/src/node_snapshotable.cc
index 34bbb62bf1..5af013ae90 100644
--- a/src/node_snapshotable.cc
+++ b/src/node_snapshotable.cc
@@ -18,6 +18,7 @@
#include "node_metadata.h"
#include "node_process.h"
#include "node_snapshot_builder.h"
+#include "node_url.h"
#include "node_util.h"
#include "node_v8.h"
#include "node_v8_platform-inl.h"