From: Pauli Date: Mon, 27 Jun 2022 01:03:41 +0000 (+1000) Subject: Add additional include X-Git-Tag: openssl-3.2.0-alpha1~2438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924c814a8a6a9dcfeb8e366705c6ef5f078d0628;p=thirdparty%2Fopenssl.git Add additional include Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/18345) --- diff --git a/include/internal/priority_queue.h b/include/internal/priority_queue.h index e515eca1445..5be03bf131c 100644 --- a/include/internal/priority_queue.h +++ b/include/internal/priority_queue.h @@ -11,6 +11,7 @@ # define OSSL_INTERNAL_PRIORITY_QUEUE_H # pragma once +# include # include # define PRIORITY_QUEUE_OF(type) OSSL_PRIORITY_QUEUE_ ## type