[Openmp-commits] [PATCH] D137543: [OpenMP][test] Add #include <cstdint> for gcc-13

Lu Weining via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 9 21:46:55 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG49b07fb51975: [OpenMP][test] Add #include <cstdint> for gcc-13 (authored by Ami-zhang, committed by SixWeining).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137543/new/

https://reviews.llvm.org/D137543

Files:
  openmp/runtime/test/tasking/hidden_helper_task/common.h


Index: openmp/runtime/test/tasking/hidden_helper_task/common.h
===================================================================
--- openmp/runtime/test/tasking/hidden_helper_task/common.h
+++ openmp/runtime/test/tasking/hidden_helper_task/common.h
@@ -1,4 +1,5 @@
 #include <cassert>
+#include <cstdint>
 #include <iostream>
 #include <string>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137543.474438.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221110/d6276988/attachment.bin>


More information about the Openmp-commits mailing list