Skip to content

Commit

Permalink
Reduce reliance on std::clock()
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 29, 2024
1 parent 0d026d6 commit e6e9413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/wide_decimal/decwide_t_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

#include <algorithm>
#include <array>
#include <cmath>
#include <cstdint>
#include <initializer_list>
#include <limits>
#include <memory>

#if defined(_MSC_VER)
Expand Down

0 comments on commit e6e9413

Please sign in to comment.