diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 8528ee06d57..b1d701e6aec 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -23,6 +23,7 @@ extern crate rustc_front; extern crate rustc_plugin; #[macro_use] extern crate syntax; +extern crate syntax_ext; extern crate tenacious; extern crate url; |