diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index bf7aeec80e6..00c952c005d 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -37,6 +37,8 @@ extern crate native; extern crate libc; extern crate "url" as std_url; +extern crate encoding; + #[cfg(target_os="macos")] extern crate core_graphics; #[cfg(target_os="macos")]