Skip to content

Commit 7b289e9

Browse files
committed
Fix compilation error for wasm
1 parent 60e038f commit 7b289e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/core/src/util.rs

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ use alloc::string::String;
66
use serde::Deserialize;
77
use serde_json as json;
88

9+
#[cfg(not(feature = "getrandom"))]
10+
use crate::sqlite;
11+
912
use uuid::Uuid;
1013

1114
#[cfg(not(feature = "getrandom"))]

0 commit comments

Comments
 (0)