From 2abe1ac600a8cbcdbeff90cc7f59450cdbf4b2ec Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Mon, 1 May 2023 11:44:07 +0200 Subject: [PATCH] let IAxis.h include Bin.h --- Base/Axis/IAxis.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Base/Axis/IAxis.h b/Base/Axis/IAxis.h index e9651b5bbe1..00321b4e252 100644 --- a/Base/Axis/IAxis.h +++ b/Base/Axis/IAxis.h @@ -15,12 +15,11 @@ #ifndef BORNAGAIN_BASE_AXIS_IAXIS_H #define BORNAGAIN_BASE_AXIS_IAXIS_H +#include "Base/Axis/Bin.h" #include <string> #include <utility> #include <vector> -class Bin1D; - //! Abstract base class for one-dimensional axes. class IAxis { -- GitLab