Skip to content

Commit aa5320d

Browse files
committed
add missing header
1 parent af83907 commit aa5320d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

sbnobj/Common/Calibration/TrackCaloSkimmerObj.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define SBN_TrackCaloSkimmerObj
33

44
#include <climits>
5+
#include <limits> // for std::numeric_limits
56

67
#include <vector>
78

sbnobj/Common/Reco/MVAPID.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "messagefacility/MessageLogger/MessageLogger.h"
55

66
#include <algorithm>
7+
#include <limits> // for std::numeric_limits
78

89
void sbn::MVAPID::AddScore(int pdg, float score)
910
{

sbnobj/SBND/Timing/DAQTimestamp.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <stdint.h>
1212
#include <string>
1313
#include <array>
14+
#include <limits> // for std::numeric_limits
1415

1516
namespace sbnd::timing {
1617

0 commit comments

Comments
 (0)