diff --git a/cli/src/util.rs b/cli/src/util.rs index 82341492..acd8acbf 100644 --- a/cli/src/util.rs +++ b/cli/src/util.rs @@ -5,6 +5,8 @@ use std::sync::Arc; use std::thread; use tree_sitter::Parser; +#[cfg(unix)] +use anyhow::{anyhow, Context}; #[cfg(unix)] use std::path::PathBuf; #[cfg(unix)]