diff options
author | Paul Adenot <[email protected]> | 2022-12-12 16:45:21 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2022-12-12 16:45:21 +0100 |
commit | f4b583c04591ec4d9781bef2f4e034fcb9e2dce7 (patch) | |
tree | d0b4a03b824451df5ff9a562f74f7e8a3e2a4752 /src/cubeb_wasapi.cpp | |
parent | 6a6113b6ff245cb6def00a92db3a35a26032dbea (diff) | |
download | cubeb-f4b583c04591ec4d9781bef2f4e034fcb9e2dce7.tar.gz cubeb-f4b583c04591ec4d9781bef2f4e034fcb9e2dce7.zip |
Include timeapi.h in cubeb_wasapi.cpp manually to unbreak the build when WIN32_LEAN_AND_MEAN is defined.
Diffstat (limited to 'src/cubeb_wasapi.cpp')
-rw-r--r-- | src/cubeb_wasapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_wasapi.cpp b/src/cubeb_wasapi.cpp index c9ac8c2..a829bbc 100644 --- a/src/cubeb_wasapi.cpp +++ b/src/cubeb_wasapi.cpp @@ -21,6 +21,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <timeapi.h> #include <vector> #include <windef.h> #include <windows.h> |