mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
capi: include <stdint.h> into thorvg_capi.h
This commit is contained in:
parent
1fedb49e59
commit
718578532c
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#ifndef __THORVG_CAPI_H__
|
||||
#define __THORVG_CAPI_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef TVG_EXPORT
|
||||
|
|
Loading…
Add table
Reference in a new issue