diff --git a/projects/hip/api/hip/hip_rtc.cpp b/projects/hip/api/hip/hip_rtc.cpp index 9b378cd637..042dea0ab2 100644 --- a/projects/hip/api/hip/hip_rtc.cpp +++ b/projects/hip/api/hip/hip_rtc.cpp @@ -24,6 +24,14 @@ THE SOFTWARE. #include "hiprtc_internal.hpp" #include #include "platform/program.hpp" +#include +#include +#include +#include +#include +#include +#include +#include namespace hiprtc { thread_local hiprtcResult g_lastRtcError = HIPRTC_SUCCESS; @@ -267,4 +275,4 @@ hiprtcResult hiprtcGetProgramLogSize(hiprtcProgram prog, size_t* logSizeRet) { *logSizeRet = log.size() + 1; HIPRTC_RETURN(HIPRTC_SUCCESS); -} \ No newline at end of file +}