From 98b15dc33ac4a7016313dcfcc4bb7bdc309f4e79 Mon Sep 17 00:00:00 2001 From: stickz Date: Thu, 4 Jul 2024 16:00:17 -0400 Subject: [PATCH] Fix #include --- libtorrent/rak/algorithm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libtorrent/rak/algorithm.h b/libtorrent/rak/algorithm.h index 6d5cdf9e..ffbfdd88 100644 --- a/libtorrent/rak/algorithm.h +++ b/libtorrent/rak/algorithm.h @@ -44,6 +44,7 @@ #if USE_AVX2_POPCOUNT #include #include +#include #endif namespace rak {