summaryrefslogtreecommitdiff
path: root/libavutil/spherical.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-08 19:47:58 +0100
committerJames Almer <jamrial@gmail.com>2016-12-14 13:33:30 -0300
commit2d7aadf3d95c96848433955b537ced415fb6ae20 (patch)
tree966da8b5a12e2cff617ec2435dd497187c4ec514 /libavutil/spherical.h
parent457e9339196450586113f5418a821fe85f859038 (diff)
Add missing #includes for standalone spherical-information-related headers
(cherry picked from commit f912fd767e55bbb5a1554bd99bacab007659609c) Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/spherical.h')
-rw-r--r--libavutil/spherical.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/spherical.h b/libavutil/spherical.h
index 0a669da83a..eeda625231 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
* @{