Headers include fix (#426)

* Header Fixes

* Format fix

[ROCm/rocprofiler-sdk commit: 8f86aee2ca]
This commit is contained in:
Elwazir, Ammar
2025-05-29 10:04:09 -05:00
committed by GitHub
parent ec2fe441e6
commit f39871096b
6 changed files with 6 additions and 0 deletions
@@ -30,6 +30,7 @@ THE SOFTWARE.
#include <stdio.h>
#include <unistd.h>
#include <regex>
#include <string>
#include <thread>
#include <vector>
@@ -32,6 +32,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
@@ -32,6 +32,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
@@ -41,6 +41,7 @@
#include <random>
#include <sstream>
#include <stdexcept>
#include <thread>
#define HIP_API_CALL(CALL) \
{ \
@@ -30,6 +30,7 @@
#include <mutex>
#include <random>
#include <stdexcept>
#include <thread>
#if defined(USE_MPI)
# include <mpi.h>
@@ -28,6 +28,7 @@
#include <algorithm>
#include <iostream>
#include <mutex>
#include <thread>
#include <vector>
#include "common/defines.hpp"