From: Casey Bodley Date: Fri, 24 Nov 2023 17:48:15 +0000 (-0500) Subject: crypto/qat: add missing include use_future.hpp X-Git-Tag: v19.3.0~58^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=484fdea52805a0e0b1c4631977cfcd7fc2afb6f8;p=ceph.git crypto/qat: add missing include use_future.hpp Signed-off-by: Casey Bodley --- diff --git a/src/crypto/qat/qcccrypto.h b/src/crypto/qat/qcccrypto.h index 04cd4d9cafa3..973688fbf0c5 100644 --- a/src/crypto/qat/qcccrypto.h +++ b/src/crypto/qat/qcccrypto.h @@ -16,8 +16,9 @@ #include #include #include -#include "boost/circular_buffer.hpp" -#include "boost/asio/thread_pool.hpp" +#include +#include +#include extern "C" { #include "cpa.h" #include "cpa_cy_sym_dp.h"