Skip to content
Snippets Groups Projects
Commit 35a4d6c5 authored by nicolas's avatar nicolas
Browse files

* Add missing header declaration in W1.hh file

* Remove double declaration of header in Simulation.cc file
parent d2cc5b41
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "G4UImanager.hh" #include "G4UImanager.hh"
#include "G4UIterminal.hh" #include "G4UIterminal.hh"
#include "G4UItcsh.hh" #include "G4UItcsh.hh"
#ifdef G4VIS_USE #ifdef G4VIS_USE
#include "G4VisExecutive.hh" #include "G4VisExecutive.hh"
#endif #endif
...@@ -20,9 +21,6 @@ ...@@ -20,9 +21,6 @@
// G4 General Source // G4 General Source
#include "SteppingVerbose.hh" #include "SteppingVerbose.hh"
#ifdef G4VIS_USE
#include "G4VisExecutive.hh"
#endif
// NPS headers // NPS headers
#include "EventAction.hh" #include "EventAction.hh"
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
// NPTool header // NPTool header
#include "VDetector.hh" #include "VDetector.hh"
// Geant4 headers
#include "G4MultiFunctionalDetector.hh"
// NPTool - ROOT headers // NPTool - ROOT headers
#include "TW1Data.h" #include "TW1Data.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment