Skip to content

Commit

Permalink
use math.h in json.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Jun 14, 2024
1 parent e8bc2d4 commit e1c2bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vcpkg/base/json.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

#include <vcpkg/documentation.h>

#include <math.h>

#include <atomic>
#include <cmath>
#include <type_traits>

namespace vcpkg::Json
Expand Down

0 comments on commit e1c2bf3

Please sign in to comment.