diff --git a/include/omath/linear_algebra/mat.hpp b/include/omath/linear_algebra/mat.hpp index d6f2d33..c5803d7 100644 --- a/include/omath/linear_algebra/mat.hpp +++ b/include/omath/linear_algebra/mat.hpp @@ -10,7 +10,10 @@ #include #include #include + +#ifdef OMATH_USE_AVX2 #include +#endif namespace omath {