Browse Source

test: use namespace "std" to avoid PS3 build errors.

legacy
Sam Hocevar sam 13 years ago
parent
commit
6b80bc9d09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/math/remez.cpp

+ 1
- 0
test/math/remez.cpp View File

@@ -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;


Loading…
Cancel
Save