aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkm')
-rw-r--r--zkvms/zkm/guest/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms/zkm/guest/src/main.rs b/zkvms/zkm/guest/src/main.rs
index 21fb641..1aa27b8 100644
--- a/zkvms/zkm/guest/src/main.rs
+++ b/zkvms/zkm/guest/src/main.rs
@@ -4,7 +4,7 @@
use wrapper_macro::make_wrapper;
extern crate alloc;
-use alloc::vec::Vec;
+use alloc::{ vec::*, collections::* };
use zkm_runtime::io::{ read, commit };
zkm_runtime::entrypoint!(main);