Skip to content
Snippets Groups Projects
Commit a376d48c authored by Andre Sailer's avatar Andre Sailer
Browse files

Clang-Tidy: added includes for fixing clang diagnostic errors

parent 8af9f7ae
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#ifndef DDSEGMENTATION_SEGMENTATIONUTIL_H #ifndef DDSEGMENTATION_SEGMENTATIONUTIL_H
#define DDSEGMENTATION_SEGMENTATIONUTIL_H #define DDSEGMENTATION_SEGMENTATIONUTIL_H
#include "DDSegmentation/Segmentation.h"
#include <cmath> #include <cmath>
#include <vector> #include <vector>
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
// //
//========================================================================== //==========================================================================
#ifdef UNICODE
extern const Tag_t Unicode_NULL; extern const Tag_t Unicode_NULL;
extern const Tag_t Unicode_empty; extern const Tag_t Unicode_empty;
extern const Tag_t Unicode_star; extern const Tag_t Unicode_star;
...@@ -627,4 +629,6 @@ UNICODE (zmax); ...@@ -627,4 +629,6 @@ UNICODE (zmax);
UNICODE (zplane); UNICODE (zplane);
UNICODE (zstart); UNICODE (zstart);
#endif // ifdef UNICODE
#endif // XML_UNICODEVALUES_H #endif // XML_UNICODEVALUES_H
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
// Framework include files // Framework include files
#include "DDG4/Geant4GeneratorAction.h" #include "DDG4/Geant4GeneratorAction.h"
#include "DDG4/Geant4Primary.h"
/// Namespace for the AIDA detector description toolkit /// Namespace for the AIDA detector description toolkit
namespace dd4hep { namespace dd4hep {
......
...@@ -13,7 +13,10 @@ ...@@ -13,7 +13,10 @@
#ifndef DDG4_GEANT4PLACEMENTPARAMETERISATION_H #ifndef DDG4_GEANT4PLACEMENTPARAMETERISATION_H
#define DDG4_GEANT4PLACEMENTPARAMETERISATION_H #define DDG4_GEANT4PLACEMENTPARAMETERISATION_H
#include <DD4hep/Volumes.h>
/// Geant4 include files /// Geant4 include files
#include <G4Transform3D.hh>
#include <G4PVParameterised.hh> #include <G4PVParameterised.hh>
#include <G4VPVParameterisation.hh> #include <G4VPVParameterisation.hh>
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
// Framework include files // Framework include files
#include "DDG4/Geant4GeneratorAction.h" #include "DDG4/Geant4GeneratorAction.h"
#include <set>
/// Namespace for the AIDA detector description toolkit /// Namespace for the AIDA detector description toolkit
namespace dd4hep { namespace dd4hep {
......
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