From e8fc236da70085d30c90cdade06edfa1da855a6c Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 1 Apr 2022 14:49:13 +0100 Subject: [PATCH] refactor: add missing std:: includes to threadnames.cpp --- src/util/threadnames.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/threadnames.cpp b/src/util/threadnames.cpp index 817c2b6d67..a5a86d2598 100644 --- a/src/util/threadnames.cpp +++ b/src/util/threadnames.cpp @@ -6,7 +6,9 @@ #include #endif +#include #include +#include #if (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)) #include