summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/globals.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 6344149359..89775a586b 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -37,6 +37,10 @@
#include <errno.h>
#include <time.h>
+#ifdef PLATFORM_WINDOWS
+#include <windows.h> // for LARGE_INTEGER
+#endif
+
#ifdef WINDOWS_VST_SUPPORT
#include <fst.h>
#endif