From 0a8c93842e632cd53b144d7bb5ec4a0aca5db725 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 30 Apr 2024 00:14:56 -0700 Subject: [PATCH] fix: modify pthread_helpers adding missing assert header --- include/boost/thread/pthread/pthread_helpers.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/thread/pthread/pthread_helpers.hpp b/include/boost/thread/pthread/pthread_helpers.hpp index 680999416..f3447d1fc 100644 --- a/include/boost/thread/pthread/pthread_helpers.hpp +++ b/include/boost/thread/pthread/pthread_helpers.hpp @@ -9,6 +9,7 @@ #include #include +#include #include #include