summarylogtreecommitdiffstats
path: root/gcc13.patch
blob: 42e4d3eb003ff5885e701ca1744a70a93ab91381 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --unified --recursive --text a/src/audio/base/IOutputDevice.h b/src/audio/base/IOutputDevice.h
--- a/src/audio/base/IOutputDevice.h	2023-05-06 14:33:55.907883751 -0600
+++ b/src/audio/base/IOutputDevice.h	2023-05-06 14:34:50.157103187 -0600
@@ -1,6 +1,7 @@
 #ifndef IOUTPUTDEVICE_H
 #define IOUTPUTDEVICE_H
 
+#include <stdint.h>
 #include <string>
 
 class IOutputDevice