Skip to content

Commit

Permalink
[pdsl_model] Fix bug in pdsl_model compiling to wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Feb 27, 2019
1 parent 0ac6ae6 commit 16402de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ use crate::{
RawMessageHandlerMut,
},
};
use pdsl_core::memory::vec::Vec;
use core::marker::PhantomData;

/// A marker struct to tell that the deploy handler requires no arguments.
Expand Down

0 comments on commit 16402de

Please sign in to comment.