We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d50809a + c502b62 commit b21c3e1Copy full SHA for b21c3e1
DataFormats/HcalDigi/interface/HcalLaserDigi.h
@@ -1,8 +1,9 @@
1
#ifndef DATAFORMATS_HCALDIGI_HCALLASERDIGI_H
2
#define DATAFORMATS_HCALDIGI_HCALLASERDIGI_H 1
3
4
-#include <vector>
+#include <cstddef>
5
#include <cstdint>
6
+#include <vector>
7
8
class HcalLaserDigi {
9
public:
DataFormats/SiPixelDigi/interface/SiPixelDigisSoA.h
@@ -1,6 +1,7 @@
#ifndef DataFormats_SiPixelDigi_interface_SiPixelDigisSoA_h
#define DataFormats_SiPixelDigi_interface_SiPixelDigisSoA_h
#include <vector>
0 commit comments