aboutsummaryrefslogtreecommitdiff
path: root/zkvms/zkm/guest
diff options
context:
space:
mode:
Diffstat (limited to 'zkvms/zkm/guest')
-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 e8f9daf..2831bdf 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::{collections::*, vec::*};
+use alloc::{collections::*, vec::*, string::*};
use zkm_runtime::io::{commit, read};
zkm_runtime::entrypoint!(main);