diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-11-24 19:47:38 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-11-24 19:47:38 +0300 |
commit | 8237f82ebd2299addc6dec837d5f850cc5fd1b5c (patch) | |
tree | 06f32b24512f54a466e4bd6a0e3d51d0bcf68aef /libprakpp/include/prakmatrix.hpp | |
parent | 33e3d9540237b0faef3c7d9aeab6dedbccbe3707 (diff) | |
parent | fcf77faf19dcb9d75b7842ec7138551bd73418cf (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'libprakpp/include/prakmatrix.hpp')
-rw-r--r-- | libprakpp/include/prakmatrix.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libprakpp/include/prakmatrix.hpp b/libprakpp/include/prakmatrix.hpp index 87b38b4..53d3b4b 100644 --- a/libprakpp/include/prakmatrix.hpp +++ b/libprakpp/include/prakmatrix.hpp @@ -3,8 +3,8 @@ #include "prakcommon.hpp" #include <cstring> -#include <iomanip> #include <ostream> +#include <optional> #include <vector> namespace prak { |