Fix build on musl by including stdint.h (#81434)

openmp fails to build on musl since it lacks the defines for int32_t

Co-authored-by: Daniel Martinez <danielmartinez@cock.li>
(cherry picked from commit 45fe67dd61a6ac7df84d3a586e41c36a4767757f)
This commit is contained in:
Daniel Martinez 2024-02-22 21:14:27 +00:00 committed by Tom Stellard
parent a5b2e43ff0
commit c8b11e9300

View File

@ -13,6 +13,7 @@
#ifndef OMPTARGET_SHARED_SOURCE_INFO_H #ifndef OMPTARGET_SHARED_SOURCE_INFO_H
#define OMPTARGET_SHARED_SOURCE_INFO_H #define OMPTARGET_SHARED_SOURCE_INFO_H
#include <stdint.h>
#include <string> #include <string>
#ifdef _WIN32 #ifdef _WIN32