Windows: include stdint.h for ThreadHandle.
[rtaudio-cdist.git] / 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;