[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
This commit is contained in:
parent
3ba498d145
commit
49b07fb519
|
@ -1,4 +1,5 @@
|
|||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue