summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0fd9eb082b..12cefc9ade 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 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
* @{