mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Include <cstring> needed by gcc to use strcmp()
This commit is contained in:
parent
9585d75794
commit
bf6a61e484
@ -39,6 +39,8 @@
|
||||
|
||||
#include "tinyxml.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define BGCOLOR (getWidgetBgColor(widget))
|
||||
|
||||
namespace app {
|
||||
|
Loading…
Reference in New Issue
Block a user