diff --git a/server/TracyPopcnt.hpp b/server/TracyPopcnt.hpp index ec8dd197..11d4c715 100644 --- a/server/TracyPopcnt.hpp +++ b/server/TracyPopcnt.hpp @@ -1,7 +1,9 @@ #ifndef __TRACYPOPCNT_HPP__ #define __TRACYPOPCNT_HPP__ -#ifdef _WIN32 +#include + +#if defined _WIN64 || ( defined __CYGWIN__ && __WORDSIZE == 64 ) # include # define TracyCountBits __popcnt64 #else