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

Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a


[ROCm/rocprofiler commit: 1e69b3e2f6]
Dieser Commit ist enthalten in:
gobhardw
2024-06-04 15:02:51 +05:30
committet von Ammar Elwazir
Ursprung 607cfb9ee1
Commit a67f4fdd93
26 geänderte Dateien mit 125 neuen und 63 gelöschten Zeilen
+2 -2
Datei anzeigen
@@ -28,7 +28,7 @@
#include <chrono>
#include <regex>
#include <unistd.h>
#include <experimental/filesystem>
#include "src/utils/filesystem.hpp"
#include <type_traits>
#include "rocprofiler.h"
@@ -39,7 +39,7 @@
#include <rocm-core/rocm_getpath.h>
#endif
namespace fs = std::experimental::filesystem;
namespace fs = rocprofiler::common::filesystem;
namespace {