Skip to content

Commit

Permalink
Merge pull request #223 from paolafer/fix-missing-include
Browse files Browse the repository at this point in the history
Add memory header
  • Loading branch information
paolafer authored Nov 16, 2023
2 parents d1c58f3 + 25d5e52 commit c587a81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/base/DetectorConstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include <G4VUserDetectorConstruction.hh>

#include <memory>

class G4GenericMessenger;

namespace nexus {
Expand Down
2 changes: 2 additions & 0 deletions source/base/PrimaryGeneration.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <G4VUserPrimaryGeneratorAction.hh>
#include <globals.hh>

#include <memory>

class G4VPrimaryGenerator;

namespace nexus {
Expand Down

0 comments on commit c587a81

Please sign in to comment.