From f51f22aa24575e032a5ab09f2241be08f136b881 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 7 Apr 2015 09:14:53 +0100 Subject: [PATCH] * Fixing missing include for Linux --- NPLib/Core/NPDetectorManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/Core/NPDetectorManager.cxx b/NPLib/Core/NPDetectorManager.cxx index 4a0e1f047..4be5e0e17 100644 --- a/NPLib/Core/NPDetectorManager.cxx +++ b/NPLib/Core/NPDetectorManager.cxx @@ -26,7 +26,7 @@ #include <sstream> #include <fstream> #include <cstdlib> - +#include <set> // NPL #include "NPDetectorFactory.h" #include "RootInput.h" -- GitLab