From 20a6d41ad956e6f61249baabc072a8ef6aa9bb76 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 28 Nov 2022 15:11:27 +0100
Subject: [PATCH] comm

---
 Sample/HardParticle/IFormFactorPolyhedron.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Sample/HardParticle/IFormFactorPolyhedron.h b/Sample/HardParticle/IFormFactorPolyhedron.h
index 12c718d9897..cf1b1450670 100644
--- a/Sample/HardParticle/IFormFactorPolyhedron.h
+++ b/Sample/HardParticle/IFormFactorPolyhedron.h
@@ -17,7 +17,7 @@
 #define BORNAGAIN_SAMPLE_HARDPARTICLE_IFORMFACTORPOLYHEDRON_H
 
 #include "Sample/Particle/IFormFactor.h"
-#include <ff/Topology.h>
+#include <ff/Topology.h> // needed by all child classes
 #include <memory>
 
 namespace ff {
-- 
GitLab