Skip to content

Commit

Permalink
Fix test compilation by adding missing <cfloat> header
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Apr 16, 2024
1 parent acd566a commit 2c5ad5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime_lib/test_lib/test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define _TEST_UTILS_H_

#include <boost/program_options.hpp>
#include <cfloat>
#include <cmath>
#include <cstdint>
#include <fstream>
Expand Down

0 comments on commit 2c5ad5b

Please sign in to comment.