Skip to content

Commit 8add877

Browse files
committed
fix: add missing #include <cstdio> in xlings.cppm for stderr
The previous commit removed <cstdio> during cleanup but stderr is still used in ensure_init(), ensure_patchelf(), and ensure_ninja() warning messages.
1 parent d871cfb commit 8add877

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xlings.cppm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// `mcpp.pm.compat`. It must NOT import mcpp.config or any other mcpp module.
99

1010
module;
11+
#include <cstdio> // stderr
1112
#include <cstdlib>
1213

1314
export module mcpp.xlings;

0 commit comments

Comments
 (0)