fix(console): include <cstdarg>

This commit is contained in:
superp00t 2023-08-16 18:23:34 -04:00
parent d6965d392e
commit 8e75a59d37

View File

@ -8,6 +8,8 @@
#include <storm/List.hpp>
#include <storm/thread/SCritSect.hpp>
#include <cstdarg>
static SCritSect s_critsect;
// In this list:
// The head = the input line.