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 c267e139fe1..701390e072c 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -20,6 +20,7 @@ extern crate native;
extern crate rustrt;
extern crate stb_image;
extern crate png;
+extern crate script_traits;
extern crate serialize;
extern crate unicode;
#[phase(plugin)]