mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
Failed to build on Ubuntu until I added these cstring includes.
Xcode and Visual Studio are building fine though!
This commit is contained in:
parent
dfd5409922
commit
89ad68c27a
@ -32,6 +32,7 @@
|
||||
|
||||
#include <fstream>
|
||||
#include <assert.h>
|
||||
#include <cstring>
|
||||
|
||||
namespace Spine
|
||||
{
|
||||
|
||||
@ -78,6 +78,8 @@
|
||||
#include <spine/Event.h>
|
||||
#include <spine/Vertices.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace Spine
|
||||
{
|
||||
const int SkeletonBinary::BONE_ROTATE = 0;
|
||||
|
||||
@ -79,6 +79,8 @@
|
||||
#include <spine/Event.h>
|
||||
#include <spine/Vertices.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
||||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user