From 48a3577064636756da9f34c8f0d6f607a66d94a1 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Fri, 27 Aug 2021 18:46:01 +0200 Subject: [PATCH] Update math/inv_sqrt.cpp Change to IO operations Co-authored-by: David Leal --- math/inv_sqrt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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