diff --git a/src/app.rs b/src/app.rs index 2bb22670..b0e90851 100644 --- a/src/app.rs +++ b/src/app.rs @@ -6,6 +6,9 @@ use std::collections::HashSet; use std::env; use style::{OutputComponent, OutputComponents}; +#[cfg(windows)] +use ansi_term; + pub struct App { pub matches: ArgMatches<'static>, interactive_output: bool,