Windows: include stdint.h for ThreadHandle.
authorStephen Sinclair <radarsat1@gmail.com>
Sat, 29 Dec 2018 14:03:27 +0000 (15:03 +0100)
committerStephen Sinclair <radarsat1@gmail.com>
Sat, 29 Dec 2018 14:05:40 +0000 (15:05 +0100)
Fixes #142.

RtAudio.h

index 82c3f6476ee7498cc737ee39468f8e9db210b98c..32dcb6975c883ec516afd99aa7c99800f8f76294 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -621,6 +621,7 @@ class RTAUDIO_DLL_PUBLIC RtAudio
   #endif
   #include <windows.h>
   #include <process.h>
+  #include <stdint.h>
 
   typedef uintptr_t ThreadHandle;
   typedef CRITICAL_SECTION StreamMutex;