diff --git a/include/QF/set.h b/include/QF/set.h index 20b94897c..0d3c9327e 100644 --- a/include/QF/set.h +++ b/include/QF/set.h @@ -40,7 +40,7 @@ ///@{ //FIXME other archs -#ifdef __x86_64__ +#if defined(__x86_64__) || defined(__aarch64__) typedef uint64_t set_bits_t; #else typedef uint32_t set_bits_t;