Skip to content

Commit

Permalink
Merge pull request #1551 from fspindle/fix_nlohmann_json_klt
Browse files Browse the repository at this point in the history
Fix build issue detected on windows ci
  • Loading branch information
fspindle authored Jan 21, 2025
2 parents 9b74fa6 + bb6e936 commit 9de0731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracker/klt/include/visp3/klt/vpKltOpencv.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#include <opencv2/video/tracking.hpp>

#if defined(VISP_HAVE_NLOHMANN_JSON)
#include <nlohmann/json.hpp>
#include VISP_NLOHMANN_JSON(json.hpp)
#endif

BEGIN_VISP_NAMESPACE
Expand Down

0 comments on commit 9de0731

Please sign in to comment.