From 391a613748cfc8fbf9e87a4a6f9ea08edd91c5bc Mon Sep 17 00:00:00 2001 From: Dinyar Rabady <dinyar.rabady@cern.ch> Date: Mon, 19 Dec 2022 15:40:40 +0100 Subject: [PATCH] Include slice.h earlier --- src/OutputByOrbit.cc | 1 - src/OutputByOrbit.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OutputByOrbit.cc b/src/OutputByOrbit.cc index f1847f53..54bab7f3 100644 --- a/src/OutputByOrbit.cc +++ b/src/OutputByOrbit.cc @@ -10,7 +10,6 @@ #include "config.h" #include "controls.h" #include "log.h" -#include "slice.h" #include "tools.h" OutputByOrbitStream::OutputByOrbitStream(ctrl &c, config &conf_) diff --git a/src/OutputByOrbit.h b/src/OutputByOrbit.h index 26eefa6e..9dcf9dfc 100644 --- a/src/OutputByOrbit.h +++ b/src/OutputByOrbit.h @@ -7,6 +7,7 @@ #include <string> #include "OutputFileHandler.h" +#include "slice.h" #include "tbb/pipeline.h" class ctrl; -- GitLab