From 777bb41c4aaa0bf02a7934255f5f059d0c8c1824 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 24 Aug 2019 03:44:16 +0100 Subject: [PATCH] Fix missing declaration in ccdc75e2b --- src/core/bitmath_func.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/bitmath_func.hpp b/src/core/bitmath_func.hpp index 31e679b005..30da383856 100644 --- a/src/core/bitmath_func.hpp +++ b/src/core/bitmath_func.hpp @@ -225,6 +225,7 @@ static inline uint8 FindFirstBit2x64(const int value) } uint8 FindFirstBit(uint32 x); +uint8 FindFirstBit64(uint64 x); uint8 FindLastBit(uint64 x); /**