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

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