quiche: fix missing include of url.h

Reported-by: Karthik Dasari
Fixes #17857
Closes #17858
This commit is contained in:
Stefan Eissing 2025-07-08 10:47:51 +02:00 committed by Daniel Stenberg
parent 8724306e78
commit b270fec68d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -46,6 +46,7 @@
#include "vquic-tls.h"
#include "curl_quiche.h"
#include "../transfer.h"
#include "../url.h"
#include "../curlx/inet_pton.h"
#include "../vtls/openssl.h"
#include "../vtls/keylog.h"