Skip to content

Commit c4fc3e5

Browse files
committed
nostd fix
1 parent 311deaa commit c4fc3e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dialect/sqlite.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
#[cfg(not(feature = "std"))]
19+
use alloc::boxed::Box;
20+
1821
use crate::ast::BinaryOperator;
1922
use crate::ast::{Expr, Statement};
2023
use crate::dialect::Dialect;

0 commit comments

Comments
 (0)