Skip to content

Commit 25106b7

Browse files
authored
Missing #include. (key4hep#563)
1 parent 2117bed commit 25106b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

detectorSegmentations/include/detectorSegmentations/SCEPCal_MainSegmentation_k4geo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "DD4hep/DetFactoryHelper.h"
88
#include "DDSegmentation/Segmentation.h"
99
#include "Math/Vector3D.h"
10+
#include <climits> // For CHAR_BIT
1011
#include <cmath>
1112
#include <vector>
1213

detectorSegmentations/include/detectorSegmentations/SCEPCal_TimingSegmentation_k4geo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "DD4hep/DetFactoryHelper.h"
88
#include "DDSegmentation/Segmentation.h"
99
#include "Math/Vector3D.h"
10+
#include <climits> // For CHAR_BIT
1011
#include <cmath>
1112
#include <vector>
1213

0 commit comments

Comments
 (0)