mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(model): add missing <cstdio> include for sprintf
This commit is contained in:
parent
f86f6d6d09
commit
c2a22d8672
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
#include "util/CStatus.hpp"
|
#include "util/CStatus.hpp"
|
||||||
#include "util/SFile.hpp"
|
#include "util/SFile.hpp"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
void CM2Shared::LoadFailedCallback(void* arg) {
|
void CM2Shared::LoadFailedCallback(void* arg) {
|
||||||
CM2Shared* shared = static_cast<CM2Shared*>(arg);
|
CM2Shared* shared = static_cast<CM2Shared*>(arg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue