capi: include <stdint.h> into thorvg_capi.h
authorMichal Maciola <m.maciola@samsung.com>
Fri, 4 Jun 2021 09:27:33 +0000 (11:27 +0200)
committerHermet Park <chuneon.park@samsung.com>
Mon, 7 Jun 2021 03:26:00 +0000 (12:26 +0900)
Change-Id: Idcf75fdf8461895ae684e9241d40cb373c5b133f

src/bindings/capi/thorvg_capi.h

index 01a72b3..4eef7b8 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef __THORVG_CAPI_H__
 #define __THORVG_CAPI_H__
 
+#include <stdint.h>
 #include <stdbool.h>
 
 #ifdef TVG_EXPORT