From fb3077af9b53652a1bf0e9fdef26c41a4eac3002 Mon Sep 17 00:00:00 2001 From: Dmitriy <43755002+psydvl@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:27:19 +0300 Subject: [PATCH] crypto/vm: fix include --- crypto/vm/large-boc-serializer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/vm/large-boc-serializer.cpp b/crypto/vm/large-boc-serializer.cpp index 31a393ec..765bd9a6 100644 --- a/crypto/vm/large-boc-serializer.cpp +++ b/crypto/vm/large-boc-serializer.cpp @@ -14,6 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with TON Blockchain Library. If not, see . */ +#include #include "vm/boc.h" #include "vm/boc-writers.h" #include "vm/cellslice.h"