Skip to content

Commit aee6ae7

Browse files
njacaziodavidrohr
authored andcommitted
Add includes
1 parent a4c0d4f commit aee6ae7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Detectors/PHOS/reconstruction/src/CaloRawFitter.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// \author Dmitri Peresunko
1414

1515
#include <gsl/span>
16+
#include <cmath>
1617

1718
#include "PHOSReconstruction/CaloRawFitter.h"
1819
#include "PHOSBase/PHOSSimParams.h"

Detectors/PHOS/reconstruction/src/CaloRawFitterGS.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
/// \author Dmitri Peresunko
1414

1515
#include <gsl/span>
16+
#include <cmath>
17+
#include <TMath.h>
1618

1719
#include "PHOSReconstruction/CaloRawFitterGS.h"
1820
#include "PHOSBase/PHOSSimParams.h"

0 commit comments

Comments
 (0)