Skip to content

Commit 71484f1

Browse files
committed
add header guard
1 parent 38f568f commit 71484f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Benchmarks/include/tables.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11+
#ifndef O2PHYSICS_BENCHMARKS_INCLUDE_TABLES_H_
12+
#define O2PHYSICS_BENCHMARKS_INCLUDE_TABLES_H_
1113
#include <Framework/AnalysisDataModel.h>
1214

1315
namespace o2::aod
@@ -34,3 +36,4 @@ DECLARE_SOA_CONFIGURABLE_EXTENDED_TABLE(TracksE, TracksIU, "TRKE", extensions::E
3436
using TracksD = soa::Join<TracksIU, ExtTracksD>;
3537
using TracksID = soa::Join<TracksIU, ExtTracksID>;
3638
} // namespace o2::aod
39+
#endif

0 commit comments

Comments
 (0)