Commit c2522473 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/intfloat_readwrite: include common.h for isinf()

Solution based on rational.c, which uses isinf() too

This should fix compilation with msvc
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e252460c
......@@ -26,6 +26,7 @@
*/
#include <stdint.h>
#include "common.h"
#include "mathematics.h"
#include "intfloat_readwrite.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment