From c790a08da25f72c62770bdf59e4041917f0e75bd Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Fri, 17 Dec 2021 12:08:42 +0100
Subject: [PATCH] + include vector

---
 Resample/Particle/ReCompound.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Resample/Particle/ReCompound.h b/Resample/Particle/ReCompound.h
index 836c15aeb91..c2a6cb1eccc 100644
--- a/Resample/Particle/ReCompound.h
+++ b/Resample/Particle/ReCompound.h
@@ -21,6 +21,7 @@
 #define BORNAGAIN_RESAMPLE_PARTICLE_RECOMPOUND_H
 
 #include "Resample/Particle/IReParticle.h"
+#include <vector>
 
 //! Coherent sum of different scalar IReParticle%s.
 //!
-- 
GitLab