Skip to content

Commit 4833f8b

Browse files
committed
fix missing rust import
1 parent 01915de commit 4833f8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/warp/src/container/network.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use warp::signature::chunk::SignatureChunk;
1414
use warp::signature::function::{Function, FunctionGUID};
1515
use warp::target::Target;
1616
use warp::{WarpFile, WarpFileHeader};
17+
use warp::r#type::chunk::TypeChunk;
1718

1819
pub mod client;
1920

0 commit comments

Comments
 (0)