aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index c5be037e694..c48b536a567 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -72,6 +72,7 @@ extern crate simd;
extern crate skia;
extern crate smallvec;
+#[macro_use]
extern crate string_cache;
extern crate style;
extern crate style_traits;