Skip to content

Commit 5c09b6d

Browse files
committed
Add missing include
Signed-off-by: Ian <[email protected]>
1 parent 616f3c6 commit 5c09b6d

File tree

1 file changed

+1
-0
lines changed
  • include/ccmath/internal/math/generic/func/power/pow_impl

1 file changed

+1
-0
lines changed

include/ccmath/internal/math/generic/func/power/pow_impl/powf_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "ccmath/internal/support/fp/nearest_integer.hpp"
2727
#include "ccmath/internal/support/fp/ops/add.hpp"
2828
#include "ccmath/internal/support/fp/ops/mul.hpp"
29+
#include "ccmath/internal/support/poly_eval.hpp"
2930
#include "ccmath/internal/types/double_double.hpp"
3031
#include "ccmath/internal/types/triple_double.hpp"
3132

0 commit comments

Comments
 (0)