aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/cookie.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/cookie.rs')
-rw-r--r--components/net/cookie.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/cookie.rs b/components/net/cookie.rs
index 3c0b904496d..804bdf4e4fa 100644
--- a/components/net/cookie.rs
+++ b/components/net/cookie.rs
@@ -8,6 +8,7 @@
use hyper_serde::Serde;
use net_traits::pub_domains::is_pub_domain;
use net_traits::CookieSource;
+use serde::{Deserialize, Serialize};
use servo_url::ServoUrl;
use std::borrow::ToOwned;
use std::net::{Ipv4Addr, Ipv6Addr};