From 399bfe71133c0332356975355b2a634b1f271662 Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Wed, 9 Oct 2024 09:33:45 +0200 Subject: [PATCH] Add missing header when c++98 --- example/kalman/ukf-nonlinear-example.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/kalman/ukf-nonlinear-example.cpp b/example/kalman/ukf-nonlinear-example.cpp index c185c8d8ef..07f9e3bd9b 100644 --- a/example/kalman/ukf-nonlinear-example.cpp +++ b/example/kalman/ukf-nonlinear-example.cpp @@ -80,6 +80,8 @@ the interval \f$[- \pi ; \pi ]\f$ . */ +#include + // UKF includes #include #include