mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 12:55:58 +03:00
fix(console): include <cstdarg>
This commit is contained in:
parent
d6965d392e
commit
8e75a59d37
@ -8,6 +8,8 @@
|
|||||||
#include <storm/List.hpp>
|
#include <storm/List.hpp>
|
||||||
#include <storm/thread/SCritSect.hpp>
|
#include <storm/thread/SCritSect.hpp>
|
||||||
|
|
||||||
|
#include <cstdarg>
|
||||||
|
|
||||||
static SCritSect s_critsect;
|
static SCritSect s_critsect;
|
||||||
// In this list:
|
// In this list:
|
||||||
// The head = the input line.
|
// The head = the input line.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user