Skip to content

Commit d0a220c

Browse files
authored
Fix include directive for vector header
1 parent 7b9b498 commit d0a220c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/Core/FlatTrackSmearer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <TRandom.h>
2222

2323
#include <string>
24-
##include<vector>
24+
#include<vector>
2525
#include <cmath>
2626
#include <cstddef>
2727
#include <cstdint>

0 commit comments

Comments
 (0)