diff options
Diffstat (limited to 'libavutil/softfloat.h')
-rw-r--r-- | libavutil/softfloat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h index 5bb2c1cbc8..422c1b3d6d 100644 --- a/libavutil/softfloat.h +++ b/libavutil/softfloat.h @@ -19,6 +19,8 @@ * */ +#include <stdint.h> + #define MIN_EXP -126 #define MAX_EXP 126 #define ONE_BITS 29 |