Skip to content

Commit c29d9fc

Browse files
committed
Fix MegaLinter in the catculator file
1 parent 9b0e0ca commit c29d9fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

PWGCF/FemtoDream/Utils/femtoDreamCutCulator.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/// \brief Executable that encodes physical selection criteria in a bit-wise
1414
/// selection \author Andi Mathis, TU München, [email protected]
1515

16-
#include <filesystem>
1716
#include <iostream>
1817
#include <random>
1918
#include <string>

PWGCF/FemtoDream/Utils/femtoDreamCutCulator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#ifndef PWGCF_FEMTODREAM_UTILS_FEMTODREAMCUTCULATOR_H_
1919
#define PWGCF_FEMTODREAM_UTILS_FEMTODREAMCUTCULATOR_H_
2020

21+
#include <filesystem>
2122
#include <bitset>
2223
#include <functional>
2324
#include <iostream>

0 commit comments

Comments
 (0)