mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
fix capi
Signed-off-by: wangchuanxia <wangchuanxia@huawei.com>
This commit is contained in:
parent
f2d641ce4b
commit
cb611d06d5
@ -39,8 +39,13 @@
|
||||
#ifndef NEURAL_NETWORK_RUNTIME_TYPE_H
|
||||
#define NEURAL_NETWORK_RUNTIME_TYPE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#else
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user