Unverified Commit ba0913b1 authored by Torsten Keßler's avatar Torsten Keßler Committed by GitHub
Browse files

Include array header for compatibility with GCC 12 (#1435)

parent 5ba656a3
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <memory> #include <memory>
#include <numeric> #include <numeric>
#include <exception> #include <exception>
#include <array>
#include <vector> #include <vector>
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment