From c41daf67c007bc86456791cabe2d6e2b6e25742e Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 6 May 2024 12:56:15 +0200 Subject: [PATCH] Add missing include to thread_stacktrace.cpp --- libs/pika/runtime/src/thread_stacktrace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/pika/runtime/src/thread_stacktrace.cpp b/libs/pika/runtime/src/thread_stacktrace.cpp index 96ee5a36b8..ee77bfcb5d 100644 --- a/libs/pika/runtime/src/thread_stacktrace.cpp +++ b/libs/pika/runtime/src/thread_stacktrace.cpp @@ -5,6 +5,7 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include +#include #include #include #include