mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +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 <cstdlib>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
namespace app {
|
||||
|
Loading…
x
Reference in New Issue
Block a user