SWDEV-465520: RHEL9 toolchain doesnt seem to support experimental filesystem
Change-Id: I6b1e7f42c49b1c7af412c0b68851724861c9970a
[ROCm/rocprofiler commit: 1e69b3e2f6]
This commit is contained in:
+2
-2
@@ -24,11 +24,11 @@
|
||||
#include <mutex>
|
||||
#include <memory>
|
||||
|
||||
#include <experimental/filesystem>
|
||||
#include "api/rocprofiler_singleton.h"
|
||||
#include "src/core/hsa/hsa_support.h"
|
||||
#include "src/utils/filesystem.hpp"
|
||||
|
||||
namespace fs = std::experimental::filesystem;
|
||||
namespace fs = rocprofiler::common::filesystem;
|
||||
using namespace std::string_literals;
|
||||
|
||||
#define MAX_THREADS 10000
|
||||
|
||||
Reference in New Issue
Block a user