mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 14:13:43 +00:00
include missing headers for strcmp(), strdup() and realloc()
This commit is contained in:
parent
0aa39111ad
commit
edf1f56c67
3 changed files with 6 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace tvg
|
namespace tvg
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "tvgCommon.h"
|
#include "tvgCommon.h"
|
||||||
#include "tvgPaint.h"
|
#include "tvgPaint.h"
|
||||||
#include "tvgShape.h"
|
#include "tvgShape.h"
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "tvgGifEncoder.h"
|
#include "tvgGifEncoder.h"
|
||||||
#include "tvgGifSaver.h"
|
#include "tvgGifSaver.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue