Skip to content

Commit

Permalink
Include missing <math.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff authored Jun 19, 2024
1 parent c5e532a commit e6bf0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vcpkg/base/json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#include <vcpkg/documentation.h>

#include <math.h>

#include <atomic>
#include <type_traits>

Expand Down

0 comments on commit e6bf0cc

Please sign in to comment.