Commit 79d6dfa
committed
Add missing header includes for gcc 15.2.0 compatibility
- Add <cstdint> to audio/dsp/Converter.h for uint types
- Add <cstdint> to audio/linux/DeviceManagerPulseAudio.h
- Add <unistd.h> to zlib/gzguts.h for non-Windows platforms
gcc 15.2 has stricter requirements for explicit standard header
includes and no longer transitively includes <cstdint> for integer
types like uint32_t/uint64_t or <unistd.h> for POSIX functions.1 parent 6fce019 commit 79d6dfa
File tree
3 files changed
+6
-0
lines changed- include/cinder/audio
- dsp
- linux
- src/zlib
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments