Skip to content

Commit

Permalink
add #include <functional>
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Dec 29, 2024
1 parent 73c8d03 commit 38de209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lang/c++/include/avro/buffer/detail/BufferDetail.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
#ifndef avro_BufferDetail_hh__
#define avro_BufferDetail_hh__

#include <utility>
#ifdef HAVE_BOOST_ASIO
#include <boost/asio/buffer.hpp>
#endif
#include <cassert>
#include <deque>
#include <exception>
#include <functional>
#include <memory>
#include <utility>

/**
* \file BufferDetail.hh
Expand Down

0 comments on commit 38de209

Please sign in to comment.