From 696d693cc4ae13c2713907a681aa01aedda6ccb0 Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Thu, 27 Apr 2023 10:33:46 +0000
Subject: [PATCH] Fix compilation with gcc 11.

---
 algo/detectors/bmon/BmonReadoutConfig.h | 1 +
 algo/detectors/tof/TofReadoutConfig.h   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/algo/detectors/bmon/BmonReadoutConfig.h b/algo/detectors/bmon/BmonReadoutConfig.h
index 5cfa0e09ea..b8f7d568bf 100644
--- a/algo/detectors/bmon/BmonReadoutConfig.h
+++ b/algo/detectors/bmon/BmonReadoutConfig.h
@@ -11,6 +11,7 @@
 #ifndef ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H
 #define ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H
 
+#include <cstddef>
 #include <cstdint>
 #include <map>
 #include <vector>
diff --git a/algo/detectors/tof/TofReadoutConfig.h b/algo/detectors/tof/TofReadoutConfig.h
index 30b40104fe..2c648ad216 100644
--- a/algo/detectors/tof/TofReadoutConfig.h
+++ b/algo/detectors/tof/TofReadoutConfig.h
@@ -5,6 +5,7 @@
 #ifndef ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H
 #define ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H
 
+#include <cstddef>
 #include <cstdint>
 #include <map>
 #include <vector>
-- 
GitLab