diff --git a/matrix/math.hpp b/matrix/math.hpp index da1d73d99259..ef5facc74d2f 100644 --- a/matrix/math.hpp +++ b/matrix/math.hpp @@ -1,5 +1,8 @@ #pragma once +#ifdef __PX4_QURT +#include "dspal_math.h" +#endif #include "Matrix.hpp" #include "SquareMatrix.hpp" #include "Vector.hpp"