Skip to content

Commit

Permalink
Added missing include for numeric_limits. (#2333)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Krzykowski <[email protected]>
  • Loading branch information
tdkrzy and Tyler Krzykowski authored Sep 10, 2023
1 parent 99ff575 commit 0e88ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osgEarth/earcut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <algorithm>
#include <cassert>
#include <cmath>
#include <limits>
#include <memory>
#include <vector>

Expand Down

0 comments on commit 0e88ef4

Please sign in to comment.