Skip to content
Snippets Groups Projects
Commit 20d22368 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Included size_t for hpvm.h

parent ac6742b4
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
#endif #endif
#include "../../include/SupportHPVM/HPVMHint.h" #include "../../include/SupportHPVM/HPVMHint.h"
#ifdef __cplusplus
#include <cstddef>
#else
#include <stddef.h>
#endif
#ifndef __cplusplus #ifndef __cplusplus
#define noexcept #define noexcept
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment