aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPjotr Prins2020-05-28 05:39:18 -0500
committerPjotr Prins2020-05-28 05:39:18 -0500
commit7c4f7f7f7c4320658828631039f57fadf6bfdb29 (patch)
treee5f69ca698ee2bdbf15d171cd0dbc9d8bf171dbd /test
parentb309569fe9497befa008ac2d2cbc04f2e861ce76 (diff)
downloadpangemma-7c4f7f7f7c4320658828631039f57fadf6bfdb29.tar.gz
Fix copiles on gcc 10. Main thing is not to mix BLAS includes from
OpenBLAS, GSL (and Eigen when used).
Diffstat (limited to 'test')
-rw-r--r--test/src/unittests-math.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/src/unittests-math.cpp b/test/src/unittests-math.cpp
index d82f656..4872e9a 100644
--- a/test/src/unittests-math.cpp
+++ b/test/src/unittests-math.cpp
@@ -1,8 +1,6 @@
#include <catch.hpp>
#include <iostream>
#include <fenv.h>
-#include "gsl/gsl_matrix.h"
-// #include <cblas.h>
#include <algorithm>
#include <limits>