Browse Source

test: fix linking of remez.cpp on OS X.

legacy
Sam Hocevar sam 12 years ago
parent
commit
4770055627
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/math/remez.cpp

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

@@ -12,8 +12,7 @@
# include "config.h"
#endif

#include "lol/math/real.h"
#include "lol/math/remez.h"
#include "core.h"

using lol::real;
using lol::RemezSolver;


Loading…
Cancel
Save