Skip to content

Commit

Permalink
Correct include for moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Mar 17, 2024
1 parent 8c71e8f commit 5d3944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ccmath/math/compare/signbit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#if !defined(CCMATH_HAS_BUILTIN_BIT_CAST) && !defined(CCMATH_HAS_CONSTEXPR_BUILTIN_SIGNBIT) && !defined(CCMATH_HAS_CONSTEXPR_BUILTIN_COPYSIGN)
#if (defined(_MSC_VER) && _MSC_VER >= 1927)
#define CCMATH_HAS_BUILTIN_BIT_CAST
#include "ccmath/internal/type_traits/floating_point_traits.hpp"
#include "ccmath/internal/support/floating_point_traits.hpp"
#include <limits> // for std::numeric_limits
#include <cstdint> // for std::uint64_t
#endif
Expand Down

0 comments on commit 5d3944b

Please sign in to comment.