From: Stephen Sinclair Date: Sat, 29 Dec 2018 14:03:27 +0000 (+0100) Subject: Windows: include stdint.h for ThreadHandle. X-Git-Url: https://git.carlh.net/gitweb/?p=rtaudio-cdist.git;a=commitdiff_plain;h=b9468aa6f82fdea1f3dc364f477e859b39f0bb2a Windows: include stdint.h for ThreadHandle. Fixes #142. --- diff --git a/RtAudio.h b/RtAudio.h index 82c3f64..32dcb69 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -621,6 +621,7 @@ class RTAUDIO_DLL_PUBLIC RtAudio #endif #include #include + #include typedef uintptr_t ThreadHandle; typedef CRITICAL_SECTION StreamMutex;