Skip to content

Commit 358d3cb

Browse files
author
Kasper Peeters
committed
Output stdout and stderr to log file on Windows in attempt to debug ARM64 build.
1 parent d3154e4 commit 358d3cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/gtkmm/main.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifdef _WIN32
1010
#include <Windows.h>
1111
#include <stdlib.h>
12+
#include <fstream>
13+
#include <streambuf>
1214
#endif
1315

1416
#include <iostream>

0 commit comments

Comments
 (0)