diff options
Diffstat (limited to 'fiv-io.c')
-rw-r--r-- | fiv-io.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,10 +17,11 @@ #include "config.h" -#include <cairo.h> #include <errno.h> -#include <glib.h> +#include <math.h> +#include <cairo.h> +#include <glib.h> #include <turbojpeg.h> #include <webp/decode.h> #include <webp/demux.h> |