From: Roland Mas <roland.mas@entierement.net>
Date: Fri, 8 Dec 2023 23:08:31 +0100
Subject: Fix import

---
 cramjam-python/src/io.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cramjam-python/src/io.rs b/cramjam-python/src/io.rs
index 32f3512..0b2635f 100644
--- a/cramjam-python/src/io.rs
+++ b/cramjam-python/src/io.rs
@@ -14,6 +14,7 @@ use pyo3::exceptions::{self, PyBufferError};
 use pyo3::ffi;
 use pyo3::prelude::*;
 use pyo3::types::PyBytes;
+use pyo3::AsPyPointer;
 use std::path::PathBuf;
 
 pub(crate) trait AsBytes {
