diff --git a/orgize/src/export/html.rs b/orgize/src/export/html.rs
index 17a493d..24a95b3 100644
--- a/orgize/src/export/html.rs
+++ b/orgize/src/export/html.rs
@@ -205,7 +205,9 @@ impl HtmlHandler for DefaultHtmlHandler {}
#[cfg(feature = "syntect")]
pub mod syntect_feature {
+ use std::marker::PhantomData;
use super::*;
+
use syntect::{
easy::HighlightLines,
highlighting::ThemeSet,