diff --git a/volo-http/src/client/mod.rs b/volo-http/src/client/mod.rs index be72239a..8e8f2c05 100644 --- a/volo-http/src/client/mod.rs +++ b/volo-http/src/client/mod.rs @@ -957,6 +957,8 @@ where mod client_tests { use std::{collections::HashMap, future::Future}; + #[cfg(feature = "cookie")] + use cookie::Cookie; use http::{header, StatusCode}; use motore::{ layer::{Layer, Stack},