Merge pull request #1040 from eshcherb/roctracer-hip-frontend-190422

hip_prof_api.h include under __cplusplus

[ROCm/clr commit: 54cdeabe6e]
This commit is contained in:
Maneesh Gupta
2019-04-24 16:50:27 +05:30
committato da GitHub
@@ -2980,7 +2980,9 @@ hipError_t hipLaunchByPtr(const void* func);
} /* extern "c" */
#endif
#ifdef __cplusplus
#include <hip/hcc_detail/hip_prof_api.h>
#endif
#ifdef __cplusplus
extern "C" {