diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-10-05 23:25:32 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-10-05 23:25:32 -0400 |
| commit | 4833f8ba6f567a84217443a75eb835da70932ea4 (patch) | |
| tree | 89e3ac6cb755bd579175c54ec18ddac6b4322da5 | |
| parent | 01915decba6ccae5537386b39bafb14b9eca46f9 (diff) | |
fix missing rust import
| -rw-r--r-- | plugins/warp/src/container/network.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/warp/src/container/network.rs b/plugins/warp/src/container/network.rs index 5104ed68..db935a5e 100644 --- a/plugins/warp/src/container/network.rs +++ b/plugins/warp/src/container/network.rs @@ -14,6 +14,7 @@ use warp::signature::chunk::SignatureChunk; use warp::signature::function::{Function, FunctionGUID}; use warp::target::Target; use warp::{WarpFile, WarpFileHeader}; +use warp::r#type::chunk::TypeChunk; pub mod client; |
