From b8262b9bfda590191487e0604b3411c001a5a01b Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Tue, 2 May 2023 15:58:31 +0200
Subject: [PATCH] Fix code for gcc12

Add missing header file.
---
 algo/detectors/tof/HitFinderTof.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/algo/detectors/tof/HitFinderTof.h b/algo/detectors/tof/HitFinderTof.h
index 5ad658e3db..06975c7c42 100644
--- a/algo/detectors/tof/HitFinderTof.h
+++ b/algo/detectors/tof/HitFinderTof.h
@@ -22,6 +22,7 @@ class CbmTofDigi;
 #include "Math/Vector3Dfwd.h"
 
 // C++ Classes and includes
+#include <memory>
 #include <vector>
 
 #include <cmath>
-- 
GitLab