From 515412ce0acef28c5626c98bdf96170067f9bcd6 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Thu, 22 Jun 2023 11:32:34 -0700 Subject: [PATCH] Fix header includes for boost::shared_lock --- test/cfoa/rw_spinlock_tests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cfoa/rw_spinlock_tests.cpp b/test/cfoa/rw_spinlock_tests.cpp index e8f64457..b39b185c 100644 --- a/test/cfoa/rw_spinlock_tests.cpp +++ b/test/cfoa/rw_spinlock_tests.cpp @@ -20,7 +20,8 @@ #pragma clang diagnostic ignored "-Wshorten-64-to-32" #endif -#include +#include +#include #ifdef BOOST_GCC #pragma GCC diagnostic pop