SWDEV-465520: RHEL9 toolchain doesnt seem to support experimental filesystem

Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a


[ROCm/rocprofiler commit: 1e69b3e2f6]
This commit is contained in:
gobhardw
2024-06-04 15:02:51 +05:30
کامیت شده توسط Ammar Elwazir
والد 607cfb9ee1
کامیت a67f4fdd93
26فایلهای تغییر یافته به همراه125 افزوده شده و 63 حذف شده
@@ -28,7 +28,6 @@
#include <memory>
#include <limits>
#include <fstream>
#include <experimental/filesystem>
#include <time.h>
#include <hsa/hsa.h>
@@ -47,7 +46,9 @@
#include "barectf_tracer.h"
#include "plugin.h"
namespace fs = std::experimental::filesystem;
#include "src/utils/filesystem.hpp"
namespace fs = rocprofiler::common::filesystem;
namespace rocm_ctf {
namespace {