curl_quiche.c: add include

Fixes #18211
Closes #18212
This commit is contained in:
Karthik Das 2025-08-07 09:17:04 +05:30 committed by Daniel Stenberg
parent b8296d367a
commit d79269166e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -40,6 +40,7 @@
#include "../connect.h"
#include "../progress.h"
#include "../strerror.h"
#include "../select.h"
#include "../http1.h"
#include "vquic.h"
#include "vquic_int.h"