From 152e3a4c292e34283b2d012dda0760dcff2e04be Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Mon, 5 Jun 2023 14:40:38 +0000
Subject: [PATCH] algo: Add missing includes.

---
 algo/base/Options.cxx                 | 1 +
 algo/evselector/DigiEventSelector.cxx | 1 +
 2 files changed, 2 insertions(+)

diff --git a/algo/base/Options.cxx b/algo/base/Options.cxx
index cecf5b9de7..ff74e0e559 100644
--- a/algo/base/Options.cxx
+++ b/algo/base/Options.cxx
@@ -6,6 +6,7 @@
 #include <boost/program_options.hpp>
 
 #include <iostream>
+#include <unordered_map>
 
 using namespace cbm::algo;
 
diff --git a/algo/evselector/DigiEventSelector.cxx b/algo/evselector/DigiEventSelector.cxx
index c2f5a67b60..8eb4a8e1c2 100644
--- a/algo/evselector/DigiEventSelector.cxx
+++ b/algo/evselector/DigiEventSelector.cxx
@@ -10,6 +10,7 @@
 
 #include <iterator>
 #include <map>
+#include <unordered_map>
 #include <unordered_set>
 
 #include "AlgoFairloggerCompat.h"
-- 
GitLab