mandelbrot: add math.h for log2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
70eb58cd92
commit
73af8ea356
@ -31,6 +31,7 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
#define SQR(a) ((a)*(a))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user