diff --git a/fbpcf/engine/communication/IPartyCommunicationAgent.h b/fbpcf/engine/communication/IPartyCommunicationAgent.h index 2e49fd75..a0be5e95 100644 --- a/fbpcf/engine/communication/IPartyCommunicationAgent.h +++ b/fbpcf/engine/communication/IPartyCommunicationAgent.h @@ -23,6 +23,8 @@ namespace fbpcf::engine::communication { * NOTE: sendT/receiveT only work when the two parties have the same endianness */ class IPartyCommunicationAgent { + friend class EmpNetworkAdapter; + public: virtual ~IPartyCommunicationAgent() = default;