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

Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a


[ROCm/rocprofiler commit: 1e69b3e2f6]
Este commit está contenido en:
gobhardw
2024-06-04 15:02:51 +05:30
cometido por Ammar Elwazir
padre 607cfb9ee1
commit a67f4fdd93
Se han modificado 26 ficheros con 125 adiciones y 63 borrados
+3 -2
Ver fichero
@@ -30,7 +30,6 @@
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <experimental/filesystem>
#include <fstream>
#include <iostream>
#include <memory>
@@ -46,7 +45,9 @@
#include "rocprofiler_plugin.h"
#include "../utils.h"
namespace fs = std::experimental::filesystem;
#include "src/utils/filesystem.hpp"
namespace fs = rocprofiler::common::filesystem;
namespace {