Skip to content

Commit f9c2844

Browse files
Add missing #include <string_view> (automatic fix by clang-tidy)
1 parent 6f7f55e commit f9c2844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGHF/D2H/Tasks/taskLcToK0sP.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include <cstdlib>
4646
#include <numeric>
4747
#include <string>
48+
#include <string_view>
4849
#include <vector>
4950

5051
using namespace o2;

0 commit comments

Comments
 (0)