From 924c814a8a6a9dcfeb8e366705c6ef5f078d0628 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 27 Jun 2022 11:03:41 +1000 Subject: [PATCH] Add additional include Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/18345) --- include/internal/priority_queue.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2