From 706e18355acd7be67e4d4fe46027d1fca0f1cb2e Mon Sep 17 00:00:00 2001
From: P-A Loizeau <p.-a.loizeau@gsi.de>
Date: Tue, 23 Mar 2021 14:04:57 +0100
Subject: [PATCH] Fix missing dependency for MacOs

---
 core/base/CbmMatchRecoToMC.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/base/CbmMatchRecoToMC.cxx b/core/base/CbmMatchRecoToMC.cxx
index 168d43c837..7a1ba0aff0 100644
--- a/core/base/CbmMatchRecoToMC.cxx
+++ b/core/base/CbmMatchRecoToMC.cxx
@@ -38,6 +38,7 @@
 #include <boost/type_index/type_index_facade.hpp>  // for operator==
 
 #include <algorithm>  // for find
+#include <iomanip>    // for std::setw
 
 using std::pair;
 using std::vector;
-- 
GitLab