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

Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a


[ROCm/rocprofiler commit: 1e69b3e2f6]
此提交包含在:
gobhardw
2024-06-04 15:02:51 +05:30
提交者 Ammar Elwazir
父節點 607cfb9ee1
當前提交 a67f4fdd93
共有 26 個檔案被更改,包括 125 行新增63 行删除
+3 -2
查看文件
@@ -24,7 +24,6 @@
#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <experimental/filesystem>
#include <fstream>
#include <string>
#include <iostream>
@@ -47,7 +46,9 @@
#include "rocprofiler_plugin.h"
#include "../utils.h"
namespace fs = std::experimental::filesystem;
#include "src/utils/filesystem.hpp"
namespace fs = rocprofiler::common::filesystem;
namespace {