Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Feb 20, 2024
1 parent fcb5256 commit c4761f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werbolg-compile/src/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::CompilationUnit;
use werbolg_core as ir;
use werbolg_core::{AbsPath, ConstrId, FunId, Namespace};

use crate::bindings::GlobalBindings;
use crate::bindings::{BindingType, GlobalBindings};
pub use crate::environ::Environment;
pub use crate::errors::CompilationError;
use crate::symbols::{self, IdVecAfter, SymbolsTableData};
Expand Down

0 comments on commit c4761f4

Please sign in to comment.