summaryrefslogtreecommitdiff
blob: a8fb39c2bd5dc1fe0155b20f80e7a6e9a1483582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/525
--- a/src/core/exif.h
+++ b/src/core/exif.h
@@ -20,6 +20,8 @@
 #ifndef SRC_CORE_EXIF_H_
 #define SRC_CORE_EXIF_H_
 
+#include <stdint.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
--- a/src/io/avi_pipp/pipp_avi_write_dib.h
+++ b/src/io/avi_pipp/pipp_avi_write_dib.h
@@ -1,6 +1,8 @@
 #ifndef PIPP_AVI_WRITE_DIB_H
 #define PIPP_AVI_WRITE_DIB_H
 
+#include <cstdint>
+
 #include "pipp_video_write.h"
 #include "pipp_avi_write.h"
 
--- a/src/io/avi_pipp/pipp_buffer.h
+++ b/src/io/avi_pipp/pipp_buffer.h
@@ -19,7 +19,6 @@
 #ifndef PIPP_BUFFER_H
 #define PIPP_BUFFER_H
 
-#include <cstdint>
 #include <cstdint>
 #include <cstddef>