From 431d5772bb53f87962d6928e9a6dc5d21bec1abc Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 19 Jan 2018 17:04:19 -0200 Subject: Fixup for integer digits commit --- source/blender/blenlib/BLI_math_base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_math_base.h') diff --git a/source/blender/blenlib/BLI_math_base.h b/source/blender/blenlib/BLI_math_base.h index cb3dc960042..377b9325717 100644 --- a/source/blender/blenlib/BLI_math_base.h +++ b/source/blender/blenlib/BLI_math_base.h @@ -143,6 +143,7 @@ MINLINE float power_of_2(float f); MINLINE int integer_digits_f(const float f); MINLINE int integer_digits_d(const double d); +MINLINE int integer_digits_i(const int i); /* these don't really fit anywhere but were being copied about a lot */ MINLINE int is_power_of_2_i(int n); -- cgit v1.2.3