Skip to content

Commit

Permalink
Add missing optional header
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 4, 2024
1 parent 3bafa85 commit 168378e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/tracker/me/include/visp3/me/vpMeEllipse.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
#include <list>
#include <math.h>

#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_17)
#include <optional>
#endif

/*!
* \class vpMeEllipse
* \ingroup module_me
Expand Down

0 comments on commit 168378e

Please sign in to comment.