Skip to content
Snippets Groups Projects
Commit 31d5721c authored by Dennis Klein's avatar Dennis Klein
Browse files

Add missing `#include <array>`

needed on GCC 12 (Fedora 36)
parent 0c69d282
No related branches found
No related tags found
1 merge request!1002Add missing `#include <array>`
Pipeline #19619 passed
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "CbmStar2019Algo.h" // mother class #include "CbmStar2019Algo.h" // mother class
// STD // STD
#include <array>
#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