diff options
Diffstat (limited to 'sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch')
-rw-r--r-- | sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch b/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch deleted file mode 100644 index 9b19cf70ba9a..000000000000 --- a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch +++ /dev/null @@ -1,28 +0,0 @@ - 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 { - |