mean and variance: Add a missing include

abs() is in math.h

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2023-06-04 17:58:56 -04:00
parent 65bc410907
commit db32bb9a5f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <linux/types.h>
#include <linux/limits.h>
#include <linux/math.h>
#include <linux/math64.h>
#define SQRT_U64_MAX 4294967295ULL