From 734ec2711306044c899dcbd46a2c8a17efb41c12 Mon Sep 17 00:00:00 2001 From: asligonulacar <67739979+asligonulacar@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:29:23 -0500 Subject: [PATCH] Update FT_Energy_Corr.cc --- src/iguana/algorithms/clas12/FT_Energy_Corr.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iguana/algorithms/clas12/FT_Energy_Corr.cc b/src/iguana/algorithms/clas12/FT_Energy_Corr.cc index 473217e6..f18cf61d 100644 --- a/src/iguana/algorithms/clas12/FT_Energy_Corr.cc +++ b/src/iguana/algorithms/clas12/FT_Energy_Corr.cc @@ -1,5 +1,7 @@ #include "FT_Energy_Corr.h" #include LorentzTransformer.h +#include "iguana/algorithms/TypeDefs.h" + namespace iguana::clas12 { REGISTER_IGUANA_ALGORITHM(FT_Energy_Corr);