mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(model): add missing <cstdio> include for sprintf
This commit is contained in:
parent
f86f6d6d09
commit
c2a22d8672
@ -11,6 +11,7 @@
|
||||
#include "util/CStatus.hpp"
|
||||
#include "util/SFile.hpp"
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
void CM2Shared::LoadFailedCallback(void* arg) {
|
||||
CM2Shared* shared = static_cast<CM2Shared*>(arg);
|
||||
|
Loading…
Reference in New Issue
Block a user