From f10cc2e014c82657720bf808837ac8f3feeec257 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:56:44 -0700 Subject: [PATCH] Fix import --- openmls/src/group/core_group/staged_commit.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmls/src/group/core_group/staged_commit.rs b/openmls/src/group/core_group/staged_commit.rs index d39547424..b475ab379 100644 --- a/openmls/src/group/core_group/staged_commit.rs +++ b/openmls/src/group/core_group/staged_commit.rs @@ -7,7 +7,8 @@ use self::public_group::staged_commit::PublicStagedCommitState; use super::{super::errors::*, proposals::ProposalStore, *}; use crate::{ - ciphersuite::Secret, framing::mls_auth_content::AuthenticatedContent, + ciphersuite::hash_ref::ProposalRef, ciphersuite::Secret, + framing::mls_auth_content::AuthenticatedContent, treesync::node::encryption_keys::EncryptionKeyPair, };