include <cstring> in examples/Example.h

This commit is contained in:
Popolon 2025-02-01 09:40:27 +01:00 committed by Hermet Park
parent 746ca7f58b
commit 02be99185e

View file

@ -26,6 +26,7 @@
#include <vector> #include <vector>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <cstring>
#include <thorvg.h> #include <thorvg.h>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <SDL2/SDL_syswm.h> #include <SDL2/SDL_syswm.h>
@ -560,4 +561,4 @@ int main(Example* example, int argc, char **argv, bool clearBuffer = false, uint
return 0; return 0;
} }
}; };