mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
build fix (#707)
This commit is contained in:
parent
8839e3a814
commit
d6b11d9d36
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ std::ostream& operator<<(std::ostream& os, const Continuation& cont) {
|
|||
os << td::buffer_to_hex(boc.move_as_ok().as_slice());
|
||||
}
|
||||
}
|
||||
return os;
|
||||
}
|
||||
|
||||
bool QuitCont::serialize(CellBuilder& cb) const {
|
||||
|
|
Loading…
Reference in a new issue