Skip to content

Commit

Permalink
Add cfloat include for non-MSVC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Sep 3, 2023
1 parent 18cc948 commit f5a24d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source_files/almostequals/AlmostEquals.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#pragma once

#include <limits>
#include <cfloat>

// This template class serves as a compile-time function from size to
// type. It maps a size in bytes to a primitive type with that
Expand Down

0 comments on commit f5a24d8

Please sign in to comment.