[Openmp-commits] [openmp] 49b07fb - [OpenMP][test] Add #include <cstdint> for gcc-13
Weining Lu via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 9 21:46:39 PST 2022
Author: zhanglimin
Date: 2022-11-10T13:46:04+08:00
New Revision: 49b07fb51975e108f925a59d0dc6866ac54485b0
URL: https://github.com/llvm/llvm-project/commit/49b07fb51975e108f925a59d0dc6866ac54485b0
DIFF: https://github.com/llvm/llvm-project/commit/49b07fb51975e108f925a59d0dc6866ac54485b0.diff
LOG: [OpenMP][test] Add #include <cstdint> for gcc-13
Due to https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes.
Reviewed By: SixWeining, MaskRay
Differential Revision: https://reviews.llvm.org/D137543
Added:
Modified:
openmp/runtime/test/tasking/hidden_helper_task/common.h
Removed:
################################################################################
diff --git a/openmp/runtime/test/tasking/hidden_helper_task/common.h b/openmp/runtime/test/tasking/hidden_helper_task/common.h
index 3f9a77d8d23f4..402ecf3ed553c 100644
--- a/openmp/runtime/test/tasking/hidden_helper_task/common.h
+++ b/openmp/runtime/test/tasking/hidden_helper_task/common.h
@@ -1,4 +1,5 @@
#include <cassert>
+#include <cstdint>
#include <iostream>
#include <string>
More information about the Openmp-commits
mailing list