From cf8f500ba8ed86686252cb24937915d3e8753f57 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 3 Mar 2022 00:55:25 +0100 Subject: [PATCH] CallbackDispatcher: unused include --- src/callback_dispatcher.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/callback_dispatcher.cc b/src/callback_dispatcher.cc index 5cc7491..7ef702f 100644 --- a/src/callback_dispatcher.cc +++ b/src/callback_dispatcher.cc @@ -5,6 +5,7 @@ #include "passphrase_cache.hh" #include #include +#include #include "Adapter.hh" pEp::CallbackDispatcher pEp::callback_dispatcher;