diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index c711ae1fc9a..abeaea80b0e 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -24,6 +24,7 @@ extern crate azure; #[macro_use] extern crate bitflags; extern crate fnv; extern crate euclid; +extern crate ipc_channel; extern crate layers; extern crate libc; #[macro_use] |