Include <cstring> needed by gcc to use strcmp()

This commit is contained in:
David Capello 2017-03-15 15:13:23 -03:00
parent 9585d75794
commit bf6a61e484

View File

@ -39,6 +39,8 @@
#include "tinyxml.h"
#include <cstring>
#define BGCOLOR (getWidgetBgColor(widget))
namespace app {