CbmRoot
Loading...
Searching...
No Matches
CbmQaReportDefines.h
Go to the documentation of this file.
1/* Copyright (C) 2024 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#pragma once
11
12//#include <filesystem>
13#include <boost/filesystem.hpp>
14
15namespace cbm::qa::report
16{
17 // Filesystem
18 //namespace fs = std::filesystem;
19 namespace fs = boost::filesystem;
20} // namespace cbm::qa::report