Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Schuster <bernhard@ahoi.io>
  • Loading branch information
drahnr committed Dec 9, 2022
1 parent 0b2982e commit 8e5adf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orchestra/examples/dig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ struct Dig {
goldmine: Goldmine,
}

use self::messages::*;

#[derive(Default)]
pub struct Fortified;

Expand Down

0 comments on commit 8e5adf1

Please sign in to comment.