Browse Source

System cmds: Include cmath before eigen to make std::isfinite available. This needs further inspection

sbg
Lorenz Meier 10 years ago committed by TSC21
parent
commit
1d3a5ec350
  1. 1
      src/systemcmds/tests/test_eigen.cpp

1
src/systemcmds/tests/test_eigen.cpp

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
* @author Johan Jansen <jnsn.johan@gmail.com>
*/
#include <cmath>
#include <px4_eigen.h>
#include <float.h>
#include <stdio.h>

Loading…
Cancel
Save