From 6b80bc9d09b8855bd7005a91cc4f2ce7972e979f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 4 Oct 2011 14:08:41 +0000 Subject: [PATCH] test: use namespace "std" to avoid PS3 build errors. --- test/math/remez.cpp | 1 + 1 file changed, 1 insertion(+) 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;