Fix include for std::{sqrt,fabs} (Bug introduced by last commit)

parent bd7cedab
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
#define FWAVE_HPP_ #define FWAVE_HPP_
#include <cassert> #include <cassert>
#include <cmath>
#include <algorithm> #include <algorithm>
#include "WavePropagation.hpp" #include "WavePropagation.hpp"
......
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