diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-12-08 19:47:58 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-08 20:12:23 +0100 |
commit | f912fd767e55bbb5a1554bd99bacab007659609c (patch) | |
tree | 0d0c52f1082fcf3049fd8124deaf6b1f535d3eda /libavformat | |
parent | cf1cae58b015427918ecfa507a045aae4cf398fd (diff) | |
download | ffmpeg-f912fd767e55bbb5a1554bd99bacab007659609c.tar.gz |
Add missing #includes for standalone spherical-information-related headers
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index fa73ad91bb..85b876106f 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -24,6 +24,9 @@ #ifndef AVFORMAT_ISOM_H #define AVFORMAT_ISOM_H +#include <stddef.h> +#include <stdint.h> + #include "libavutil/spherical.h" #include "libavutil/stereo3d.h" |