Add missing cstdio include for sprintf in charactercloner

This commit is contained in:
Christian Semmler 2026-03-01 12:46:37 -08:00
parent 629378f148
commit a7ba34cada
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -11,6 +11,7 @@
#include "viewmanager/viewlodlist.h" #include "viewmanager/viewlodlist.h"
#include <SDL3/SDL_stdinc.h> #include <SDL3/SDL_stdinc.h>
#include <cstdio>
#include <vec.h> #include <vec.h>
using namespace Multiplayer; using namespace Multiplayer;