Skip to content

Commit 95e7d9a

Browse files
committed
pulse: fix missing include
1 parent 6c71cca commit 95e7d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio/pulseaudio/PulseDataTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define PULSEDATATYPES_H
33

44
#include <string>
5+
#include <stdint.h>
56

67
struct myServerInfo {
78
std::string server_name;

0 commit comments

Comments
 (0)