mirror of
https://gitee.com/openharmony/ai_neural_network_runtime
synced 2024-12-04 05:50:44 +00:00
commit
afd25b5d7b
@ -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