summaryrefslogtreecommitdiff
path: root/libs/rubberband/src/Profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/src/Profiler.h')
-rw-r--r--libs/rubberband/src/Profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rubberband/src/Profiler.h b/libs/rubberband/src/Profiler.h
index 616a553ecb..d6897b817b 100644
--- a/libs/rubberband/src/Profiler.h
+++ b/libs/rubberband/src/Profiler.h
@@ -31,7 +31,7 @@
#include <time.h>
#else
#include "sysutils.h"
-#ifndef _WIN32
+#ifndef PLATFORM_WINDOWS
#include <sys/time.h>
#endif
#endif