mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 12:25:59 +03:00
fix(console): include <cstdio>
This commit is contained in:
parent
8e75a59d37
commit
647d2b622f
@ -8,6 +8,7 @@
|
|||||||
#include <storm/List.hpp>
|
#include <storm/List.hpp>
|
||||||
#include <storm/thread/SCritSect.hpp>
|
#include <storm/thread/SCritSect.hpp>
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
|
|
||||||
static SCritSect s_critsect;
|
static SCritSect s_critsect;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user