Skip to content

Commit 32cd10e

Browse files
authored
Merge pull request anbox#1223 from shr-project/boost
binary_writer.cpp: fix compatibility with boost-1.71.0
2 parents bdfda8c + 48b09d1 commit 32cd10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/anbox/common/binary_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <stdexcept>
2323

2424
#include <boost/endian/buffers.hpp>
25+
#include <boost/endian/conversion.hpp>
2526

2627
namespace {
2728
bool is_little_endian() {

0 commit comments

Comments
 (0)