Skip to content

Commit

Permalink
fix(templates): add missing std::pair includes
Browse files Browse the repository at this point in the history
  • Loading branch information
STommydx committed Apr 5, 2024
1 parent b3ace84 commit adb534e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef MATRIX_HPP
#define MATRIX_HPP

#include <utility>
#include <valarray>
#include <vector>

Expand Down

0 comments on commit adb534e

Please sign in to comment.