mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
Add missing #include <cstring> to use std::strlen()
This commit is contained in:
parent
5ca927d307
commit
503c3c4bb5
@ -16,6 +16,7 @@
|
|||||||
#include "base/replace_string.h"
|
#include "base/replace_string.h"
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace app {
|
namespace app {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user