Skip to content

Commit 8feaed5

Browse files
committed
Fix headers
1 parent efddd91 commit 8feaed5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

GeneratorInterface/Herwig7Interface/interface/HepMC3Traits.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@
1111

1212
#include <string>
1313
#include <map>
14+
#include <memory>
15+
1416
#include "HepMC3/GenEvent.h"
1517
#include "HepMC3/Units.h"
18+
#include <HepMC3/GenParticle.h>
19+
#include <HepMC3/GenPdfInfo.h>
20+
1621
#include "ThePEG/Config/ThePEG.h"
22+
#include <ThePEG/Repository/EventGenerator.h>
23+
#include <ThePEG/EventRecord/Event.h>
24+
1725
namespace HepMC3 {
18-
class GenParticle;
1926
class GenVertex;
20-
class GenPdfInfo;
2127
} // namespace HepMC3
2228

2329
namespace ThePEG {

0 commit comments

Comments
 (0)