1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00

crypto/vm: fix include

This commit is contained in:
Dmitriy 2022-08-11 12:27:19 +03:00
parent 570da56a9e
commit fb3077af9b

View file

@ -14,6 +14,7 @@
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with TON Blockchain Library. If not, see <http://www.gnu.org/licenses/>. along with TON Blockchain Library. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <map>
#include "vm/boc.h" #include "vm/boc.h"
#include "vm/boc-writers.h" #include "vm/boc-writers.h"
#include "vm/cellslice.h" #include "vm/cellslice.h"