commit d41d873818c2ff301edd7265850d9f94faa2d715 parent e9136d2987adfde0c48570d97eed55c629ef30d6 Author: Mike Oliphant <oliphant@nostatic.org> Date: Sat, 4 Mar 2023 09:18:38 -0800 Added math.h include for Linux compilation. (#91) Diffstat:
M | NeuralAmpModeler/dsp/wavenet.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/NeuralAmpModeler/dsp/wavenet.cpp b/NeuralAmpModeler/dsp/wavenet.cpp @@ -1,5 +1,6 @@ #include <algorithm> #include <iostream> +#include <math.h> #include <Eigen/Dense>