From 5d3d77fcfe6e1d14a5e337da24f6d3cacec42a17 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 19 Mar 2024 08:54:32 +0900 Subject: [PATCH] Fixing Windows compiler problem. --- src/map/if/acd/ac_wrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/if/acd/ac_wrapper.h b/src/map/if/acd/ac_wrapper.h index 34226b10c..a39e9145d 100644 --- a/src/map/if/acd/ac_wrapper.h +++ b/src/map/if/acd/ac_wrapper.h @@ -23,6 +23,7 @@ #ifdef _MSC_VER # include # define __builtin_popcount __popcnt +# define __builtin_popcountl __popcnt64 #endif #include "misc/util/abc_global.h"