From 20d2236868ff544f2e04b326504adcda972aa97b Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Thu, 23 Jan 2020 17:55:31 -0600 Subject: [PATCH] Included size_t for hpvm.h --- hpvm/test/include/hpvm.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hpvm/test/include/hpvm.h b/hpvm/test/include/hpvm.h index 1e31c98946..95482a5ffd 100644 --- a/hpvm/test/include/hpvm.h +++ b/hpvm/test/include/hpvm.h @@ -11,6 +11,11 @@ #endif #include "../../include/SupportHPVM/HPVMHint.h" +#ifdef __cplusplus +#include <cstddef> +#else +#include <stddef.h> +#endif #ifndef __cplusplus #define noexcept -- GitLab