diff --git a/math/inv_sqrt.cpp b/math/inv_sqrt.cpp index b25a13168..23c752e88 100644 --- a/math/inv_sqrt.cpp +++ b/math/inv_sqrt.cpp @@ -7,7 +7,7 @@ */ #include /// for `std::sqrt` -#include /// for `std::cout` +#include /// for IO operations #include /// for `static_assert` #define MagicNBR_32 0x5f3759df