Skip to content

Commit

Permalink
Add missing std::array header
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Ulrich <[email protected]>
  • Loading branch information
nikolaseu authored and dsieger committed May 24, 2022
1 parent 0337ede commit b9b7f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmp/MatVec.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <cmath>
#include <cassert>

#include <array>
#include <iostream>
#include <limits>
#include <initializer_list>
Expand Down

0 comments on commit b9b7f58

Please sign in to comment.