summaryrefslogtreecommitdiff
blob: 9b19cf70ba9a25213bc402f0278de280531ca8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 HepMC/GenEvent.h  |    1 +
 HepMC/GenVertex.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HepMC/GenEvent.h b/HepMC/GenEvent.h
index 72374cb..d10b9a0 100644
--- a/HepMC/GenEvent.h
+++ b/HepMC/GenEvent.h
@@ -137,6 +137,7 @@ namespace HepMC {
 #include <vector>
 #include <algorithm>
 #include <iostream>
+#include <cstddef>
 
 namespace HepMC {
 
diff --git a/HepMC/GenVertex.h b/HepMC/GenVertex.h
index 2f3d4de..fc3bf63 100644
--- a/HepMC/GenVertex.h
+++ b/HepMC/GenVertex.h
@@ -29,6 +29,7 @@
 #include <vector>
 #include <set>
 #include <algorithm>
+#include <cstddef>
 
 namespace HepMC {