diff --git a/src/core/math_utils.h b/src/core/math_utils.h index 301b632..ffa261f 100644 --- a/src/core/math_utils.h +++ b/src/core/math_utils.h @@ -25,7 +25,10 @@ * */ #pragma once -#include // isnan, isinf +#include +using namespace std; // Potentially bad practice to declare namespace std here +// #include // isnan, isinf // Overloads incorrect/bugged with GCC <= 6.0 +// #include // Even this does not work #include // rand template