Skip to content

Commit

Permalink
Fix missing includes in ecalMatch and ecalReco
Browse files Browse the repository at this point in the history
  • Loading branch information
olantwin committed Oct 23, 2024
1 parent 8497bb7 commit db3bdc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ it in future.

### Fixed

* Fix missing includes in ecalMatch and ecalReco

### Changed

* shipStrawTracking: Move to argparse
Expand Down
1 change: 1 addition & 0 deletions ecal/ecalMatch.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "FairRootManager.h"
#include "ecalMatch.h"

#include "ecalCellMC.h"
Expand Down
1 change: 1 addition & 0 deletions ecal/ecalReco.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "FairRootManager.h"
#include "ecalReco.h"

#include "ecalCell.h"
Expand Down

0 comments on commit db3bdc4

Please sign in to comment.