Skip to content

Commit

Permalink
Correct header include order for standalone mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Nov 3, 2023
1 parent 6d6b0a8 commit 21230d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/math/ccmath/signbit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

#include <cstdint>
#include <boost/math/tools/assert.hpp>
#include <boost/math/special_functions/detail/fp_traits.hpp>
#include <boost/math/ccmath/detail/config.hpp>
#include <boost/math/special_functions/detail/fp_traits.hpp>
#include <boost/math/ccmath/isnan.hpp>
#include <boost/math/ccmath/abs.hpp>

Expand Down

0 comments on commit 21230d6

Please sign in to comment.