[Openmp-commits] [PATCH] D137543: [OpenMP][test] Add missing <cstdint> header to common.h

Limin Zhang via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 7 17:29:51 PST 2022


Ami-zhang updated this revision to Diff 473835.
Ami-zhang added a comment.

Addressed @MaskRay's comment.


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.473835.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221108/d55c82d5/attachment.bin>


More information about the Openmp-commits mailing list