From 4fc72faec6e80e67638af175d6e341c9cf974676 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Wed, 11 Jan 2023 16:46:08 +0100 Subject: [PATCH] + include required on Win and Mac --- Sim/Simulation/DepthprobeSimulation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sim/Simulation/DepthprobeSimulation.h b/Sim/Simulation/DepthprobeSimulation.h index ecd0c3aa915..63040ef3b97 100644 --- a/Sim/Simulation/DepthprobeSimulation.h +++ b/Sim/Simulation/DepthprobeSimulation.h @@ -16,6 +16,7 @@ #define BORNAGAIN_SIM_SIMULATION_DEPTHPROBESIMULATION_H #include "Sim/Simulation/ISimulation.h" +#include <valarray> class Beam; class DepthprobeElement; -- GitLab