From 2e6ebef45b3a74ffd43357c62fcbfe36a3e48b0b Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Mon, 5 Jun 2023 12:56:31 +0000
Subject: [PATCH] Trd2d: Use boost log.

---
 algo/detectors/trd2d/UnpackTrd2d.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/algo/detectors/trd2d/UnpackTrd2d.cxx b/algo/detectors/trd2d/UnpackTrd2d.cxx
index d399ad611b..e6709b4a00 100644
--- a/algo/detectors/trd2d/UnpackTrd2d.cxx
+++ b/algo/detectors/trd2d/UnpackTrd2d.cxx
@@ -4,12 +4,12 @@
 
 #include "UnpackTrd2d.h"
 
-#include <Logger.h>
-
 #include <algorithm>
 #include <cassert>
 #include <vector>
 
+#include "AlgoFairloggerCompat.h"
+
 using std::unique_ptr;
 
 namespace cbm::algo
-- 
GitLab