From 9afd5ccc092033da87f66e49e9ad1207deddd934 Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 6 Jul 2020 17:38:39 +0200
Subject: [PATCH] missing "using namespace"

---
 Environment/ShowerAxis.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Environment/ShowerAxis.cc b/Environment/ShowerAxis.cc
index 61412c48c..5b3117873 100644
--- a/Environment/ShowerAxis.cc
+++ b/Environment/ShowerAxis.cc
@@ -13,6 +13,7 @@
 
 using namespace corsika::environment;
 using namespace corsika::units::si;
+using namespace corsika;
 
 GrammageType ShowerAxis::X(LengthType l) const {
   auto const fractionalBin = l / steplength_;
-- 
GitLab