From 4c4863248c014870611d55b2659da657b13a5f48 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Wed, 18 Feb 2015 13:07:27 +1000 Subject: Include windows.h on windows build for LARGE_INTEGER This is necessary for a native build using MSYS2 with mingw-w64 --- libs/ardour/globals.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/globals.cc') 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 #include +#ifdef PLATFORM_WINDOWS +#include // for LARGE_INTEGER +#endif + #ifdef WINDOWS_VST_SUPPORT #include #endif -- cgit v1.2.3