From 0b19634853e5dd78030cb739c8ccfdb3e6450a1d Mon Sep 17 00:00:00 2001 From: MihaMuskinja Date: Wed, 17 Feb 2021 17:03:05 +0100 Subject: [PATCH] add the missing algorithm header --- .../ISF_FastCaloSim/ISF_PunchThroughTools/src/PDFcreator.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/src/PDFcreator.cxx b/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/src/PDFcreator.cxx index 1de26ce5257..5e2717a6436 100644 --- a/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/src/PDFcreator.cxx +++ b/Simulation/ISF/ISF_FastCaloSim/ISF_PunchThroughTools/src/PDFcreator.cxx @@ -9,6 +9,9 @@ // class header #include "PDFcreator.h" +// std +#include + // Random number generators #include "CLHEP/Random/RandFlat.h" -- GitLab