diff --git a/test/math/remez.cpp b/test/math/remez.cpp index cf6a54a9..1060ef7f 100644 --- a/test/math/remez.cpp +++ b/test/math/remez.cpp @@ -18,6 +18,7 @@ #include "core.h" using namespace lol; +using namespace std; /* The order of the approximation we're looking for */ static int const ORDER = 4;