aboutsummaryrefslogtreecommitdiff
path: root/examples/fullmesh.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fullmesh.rs')
-rw-r--r--examples/fullmesh.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fullmesh.rs b/examples/fullmesh.rs
index b068410..4ab8a8a 100644
--- a/examples/fullmesh.rs
+++ b/examples/fullmesh.rs
@@ -10,6 +10,7 @@ use sodiumoxide::crypto::sign::ed25519;
use netapp::peering::fullmesh::*;
use netapp::util::*;
+
use netapp::NetApp;
#[derive(StructOpt, Debug)]