Skip to content
Snippets Groups Projects
Commit 696d693c authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

Fix compilation with gcc 11.

parent cf005e1d
No related branches found
No related tags found
1 merge request!1140Fix compilation with gcc 11.
Pipeline #22025 passed
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#ifndef ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H #ifndef ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H
#define ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H #define ALGO_DETECTORS_BMON_BMONREADOUTCONFIG_H
#include <cstddef>
#include <cstdint> #include <cstdint>
#include <map> #include <map>
#include <vector> #include <vector>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#ifndef ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H #ifndef ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H
#define ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H #define ALGO_DETECTORS_TOF_TOFREADOUTCONFIG_H
#include <cstddef>
#include <cstdint> #include <cstdint>
#include <map> #include <map>
#include <vector> #include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment