]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crypto/qat: add missing include use_future.hpp
authorCasey Bodley <cbodley@redhat.com>
Fri, 24 Nov 2023 17:48:15 +0000 (12:48 -0500)
committerCasey Bodley <cbodley@redhat.com>
Wed, 7 Feb 2024 15:37:47 +0000 (10:37 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/crypto/qat/qcccrypto.h

index 04cd4d9cafa3ac4c62253ab698b37a7524d6c275..973688fbf0c5540549f2cd2d155b4dcb52254cd3 100644 (file)
@@ -16,8 +16,9 @@
 #include <vector>
 #include <functional>
 #include <span>
-#include "boost/circular_buffer.hpp"
-#include "boost/asio/thread_pool.hpp"
+#include <boost/circular_buffer.hpp>
+#include <boost/asio/thread_pool.hpp>
+#include <boost/asio/use_future.hpp>
 extern "C" {
 #include "cpa.h"
 #include "cpa_cy_sym_dp.h"