diff --git a/libs/pbd/pbd/win_console.h b/libs/pbd/pbd/win_console.h index 4486163fb3..4b7fdf178d 100644 --- a/libs/pbd/pbd/win_console.h +++ b/libs/pbd/pbd/win_console.h @@ -1,6 +1,7 @@ /* STATIC FUNCTIONS -- INCLUDE DIRECTLY BEFORE main () */ #if (!defined COMPILER_MSVC && defined PLATFORM_WINDOWS) +#include static FILE* pStdOut = 0; static FILE* pStdErr = 0;