Skip to content

Commit

Permalink
Include vector in amqpprox_types.cpp (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsNSH authored Dec 17, 2024
1 parent df3e4e1 commit fd251f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libamqpprox/amqpprox_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <boost/endian/arithmetic.hpp>

#include <cstdint>
#include <vector>

// 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 &
Expand Down

0 comments on commit fd251f1

Please sign in to comment.