Skip to content

Commit

Permalink
Add cstdint header
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanabbas123 authored and adamncasey committed Aug 22, 2024
1 parent 62e6ef2 commit 5fc9270
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions libamqpprox/amqpprox_backendset.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <amqpprox_backend.h>

#include <cstdint>
#include <vector>

namespace Bloomberg {
Expand Down
1 change: 1 addition & 0 deletions libamqpprox/amqpprox_connectionmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <amqpprox_backendset.h>

#include <cstdint>
#include <memory>
#include <vector>

Expand Down
2 changes: 2 additions & 0 deletions libamqpprox/amqpprox_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include <boost/endian/arithmetic.hpp>

#include <cstdint>

// 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 &
// https://github.com/rabbitmq/rabbitmq-server/blob/master/deps/rabbit_common/src/rabbit_binary_parser.erl
Expand Down
1 change: 1 addition & 0 deletions libamqpprox/amqpprox_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#ifndef BLOOMBERG_AMQPPROX_TYPES
#define BLOOMBERG_AMQPPROX_TYPES

#include <cstdint>
#include <cstring>
#include <string>
#include <vector>
Expand Down

0 comments on commit 5fc9270

Please sign in to comment.