openssl-quic: Add missing include

uint_hash, Curl_uint_hash_init and others are used in the file.

Regression from 657aae79c0

Closes #17156
This commit is contained in:
Jochen Sprickerhof 2025-04-23 15:54:21 +02:00 committed by Daniel Stenberg
parent 5e95556fc2
commit 82606325e3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -47,6 +47,7 @@
#include "../http1.h"
#include "../select.h"
#include "../inet_pton.h"
#include "../uint-hash.h"
#include "vquic.h"
#include "vquic_int.h"
#include "vquic-tls.h"