Still include the #[macro_use] for Diopser
Since it's also used in the filter module.
This commit is contained in:
parent
d758dd652f
commit
1083ee95b6
|
@ -16,6 +16,9 @@
|
||||||
|
|
||||||
#![cfg_attr(feature = "simd", feature(portable_simd))]
|
#![cfg_attr(feature = "simd", feature(portable_simd))]
|
||||||
|
|
||||||
|
#[macro_use]
|
||||||
|
extern crate nih_plug;
|
||||||
|
|
||||||
use nih_plug::prelude::*;
|
use nih_plug::prelude::*;
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
use std::sync::atomic::{AtomicBool, Ordering};
|
use std::sync::atomic::{AtomicBool, Ordering};
|
||||||
|
|
Loading…
Reference in a new issue