summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2018-12-29 15:03:27 +0100
committerStephen Sinclair <radarsat1@gmail.com>2018-12-29 15:05:40 +0100
commitb9468aa6f82fdea1f3dc364f477e859b39f0bb2a (patch)
treea73354193f8723c9e47177e7c2950f0621f026de
parent22c1d6cbea5061fb554010a16f018dbdf389e488 (diff)
Windows: include stdint.h for ThreadHandle.
Fixes #142.
-rw-r--r--RtAudio.h1
1 files changed, 1 insertions, 0 deletions
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 <windows.h>
#include <process.h>
+ #include <stdint.h>
typedef uintptr_t ThreadHandle;
typedef CRITICAL_SECTION StreamMutex;