bugfix: compile fix (include path )

This commit is contained in:
Roland Conybeare 2023-10-23 20:29:14 -04:00
commit d7a884f651

View file

@ -3,7 +3,7 @@
#include "xo/kalmanfilter/KalmanFilter.hpp"
#include "xo/kalmanfilter/KalmanFilterEngine.hpp"
#include "xo/kalmanfilter/print_eigen.hpp"
#include "statistics/SampleStatistics.hpp"
#include "xo/statistics/SampleStatistics.hpp"
#include "xo/randomgen/normalgen.hpp"
#include "xo/randomgen/xoshiro256.hpp"
#include "xo/indentlog/scope.hpp"