Skip to content

Commit

Permalink
[FIX] Added incldue of limits required for std::numeric_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagneau committed Jun 5, 2024
1 parent a2aba12 commit 186d0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/include/visp3/core/vpRect.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include <algorithm>
#include <cassert>
#include <limits> // numeric_limits
#include <vector>
#include <visp3/core/vpConfig.h>
#include <visp3/core/vpException.h>
Expand Down

0 comments on commit 186d0fa

Please sign in to comment.