Skip to content

Commit 5abc960

Browse files
committed
add missing header guard
1 parent cd4c4ca commit 5abc960

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

compile/include/JetReconstruction.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
* reconstruction.
1313
*/
1414

15+
#ifndef JET_RECONSTRUCTION_JL_H_
16+
#define JET_RECONSTRUCTION_JL_H_
17+
1518
#include <stddef.h>
1619

1720
/*Special states in a history.*/
@@ -337,3 +340,5 @@ jetreconstruction_StatusCode jetreconstruction_exclusive_jets_njets(
337340
jetreconstruction_StatusCode jetreconstruction_inclusive_jets(
338341
const jetreconstruction_ClusterSequence *clustersequence, double ptmin,
339342
jetreconstruction_JetsResult *result);
343+
344+
#endif /* JET_RECONSTRUCTION_JL_H_ */

0 commit comments

Comments
 (0)