diff --git a/interfaces/kits/c/neural_network_runtime_type.h b/interfaces/kits/c/neural_network_runtime_type.h index 3bbbb4c528ffe81b10f8c8e73a8fd0c6980d2088..d97fd0391334b6a0e1011ae431c35fd5b58d0346 100644 --- a/interfaces/kits/c/neural_network_runtime_type.h +++ b/interfaces/kits/c/neural_network_runtime_type.h @@ -36,8 +36,9 @@ #ifndef NEURAL_NETWORK_RUNTIME_TYPE_H #define NEURAL_NETWORK_RUNTIME_TYPE_H -#include -#include +#include "stdbool.h" +#include "stddef.h" +#include "stdint.h" #ifdef __cplusplus extern "C" {