Skip to content

Commit

Permalink
Added missing includes (for some compilers) in Filter.cpp and Norm.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Oct 16, 2024
1 parent f05a6f0 commit 07b75b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <string>
#include "Filter.hpp"
#include "symbolic/Range.hpp"
#include "tools/Logger.hpp"
Expand Down
2 changes: 2 additions & 0 deletions uno/linear_algebra/Norm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#ifndef UNO_NORM_H
#define UNO_NORM_H

#include <algorithm>
#include <cmath>
#include <string>
#include "symbolic/Range.hpp"

namespace uno {
Expand Down

0 comments on commit 07b75b9

Please sign in to comment.