From 2762f237c9c779843a67d9582101a43ad5395d5a Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 18 Jul 2012 21:19:30 +0000 Subject: [PATCH] test: damn, re-add an include I mistakenly removed. --- test/math/remez.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/math/remez.cpp b/test/math/remez.cpp index 868a8c69..0c043bd5 100644 --- a/test/math/remez.cpp +++ b/test/math/remez.cpp @@ -14,6 +14,9 @@ #include "core.h" +#include "lol/math/real.h" +#include "lol/math/remez.h" + using lol::real; using lol::RemezSolver;