From fd251f1e7a70a7eeba1bc6d16fbe419acbf1a4c0 Mon Sep 17 00:00:00 2001 From: Nishant Date: Tue, 17 Dec 2024 13:30:38 -0500 Subject: [PATCH] Include vector in amqpprox_types.cpp (#109) --- libamqpprox/amqpprox_types.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libamqpprox/amqpprox_types.cpp b/libamqpprox/amqpprox_types.cpp index c772ba1..e0252b5 100644 --- a/libamqpprox/amqpprox_types.cpp +++ b/libamqpprox/amqpprox_types.cpp @@ -24,6 +24,7 @@ #include #include +#include // Note this is not 'pure' AMQP 0-9-1 aiming for the same compatibility as the // server see https://www.rabbitmq.com/amqp-0-9-1-errata.html &