From 0ce5f4d3f95fec522f9972164d3b7b3505a3afa0 Mon Sep 17 00:00:00 2001
From: adrien-matta <a.matta@surrey.ac.uk>
Date: Tue, 21 Apr 2015 10:40:39 +0100
Subject: [PATCH] * adding a missing std

---
 NPSimulation/Core/DetectorConstruction.cc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/NPSimulation/Core/DetectorConstruction.cc b/NPSimulation/Core/DetectorConstruction.cc
index a9e0916b3..e4539f551 100644
--- a/NPSimulation/Core/DetectorConstruction.cc
+++ b/NPSimulation/Core/DetectorConstruction.cc
@@ -132,10 +132,7 @@ G4VPhysicalVolume* DetectorConstruction::ReadConfigurationFile(){
   string DataBuffer;
   bool cGeneralTarget=false;
   bool cGeneralChamber=false;
-  set<string> check;
-  
-
-
+  std::set<string> check;
   
   int VerboseLevel = NPOptionManager::getInstance()->GetVerboseLevel();
   cout << "\033[1;36m" ;
-- 
GitLab