diff options
author | Teddy Wing | 2022-10-25 01:39:47 +0200 |
---|---|---|
committer | Teddy Wing | 2022-10-25 01:40:56 +0200 |
commit | e1960e2b094f476d6c81849bb889ac3191a6ba65 (patch) | |
tree | 5c1c0ce1a3154a8e48fbcff2f02055e5c803d335 /SSVLSystemAlertVolume.h | |
parent | 425bc1c25bd676e3ed52f92434cb44643f83da45 (diff) | |
download | SSVLSystemAlertVolume-e1960e2b094f476d6c81849bb889ac3191a6ba65.tar.bz2 |
Include CoreFoundation
`Float32` and `OSStatus` are defined in CoreFoundation so we should
include it.
Diffstat (limited to 'SSVLSystemAlertVolume.h')
-rw-r--r-- | SSVLSystemAlertVolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SSVLSystemAlertVolume.h b/SSVLSystemAlertVolume.h index e67d43d..fd31e10 100644 --- a/SSVLSystemAlertVolume.h +++ b/SSVLSystemAlertVolume.h @@ -2,6 +2,7 @@ #define SSVLSystemAlertVolume_h #include <AudioToolbox/AudioToolbox.h> +#include <CoreFoundation/CoreFoundation.h> OSStatus SSVLGetSystemVolume(Float32 *volume); OSStatus SSVLSetSystemVolume(Float32 volume); |