aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-08 19:47:58 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-08 20:12:23 +0100
commitf912fd767e55bbb5a1554bd99bacab007659609c (patch)
tree0d0c52f1082fcf3049fd8124deaf6b1f535d3eda
parentcf1cae58b015427918ecfa507a045aae4cf398fd (diff)
downloadffmpeg-f912fd767e55bbb5a1554bd99bacab007659609c.tar.gz
Add missing #includes for standalone spherical-information-related headers
-rw-r--r--libavformat/isom.h3
-rw-r--r--libavutil/spherical.h3
2 files changed, 6 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"
diff --git a/libavutil/spherical.h b/libavutil/spherical.h
index 8ecaefd946..0045eb974a 100644
--- a/libavutil/spherical.h
+++ b/libavutil/spherical.h
@@ -26,6 +26,9 @@
#ifndef AVUTIL_SPHERICAL_H
#define AVUTIL_SPHERICAL_H
+#include <stddef.h>
+#include <stdint.h>
+
/**
* @addtogroup lavu_video
* @{