capi: include <stdint.h> into thorvg_capi.h

This commit is contained in:
Michal Maciola 2021-06-04 11:27:33 +02:00 committed by Hermet Park
parent 1fedb49e59
commit 718578532c

View file

@ -19,6 +19,7 @@
#ifndef __THORVG_CAPI_H__
#define __THORVG_CAPI_H__
#include <stdint.h>
#include <stdbool.h>
#ifdef TVG_EXPORT