From d5140c2d34f858e8353717402a421040acb767c4 Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 5 Dec 2014 09:33:07 +0000 Subject: [PATCH] change include path to build on linux, fix .gitignore --- test/.gitignore | 3 ++- test/libm-bench.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/.gitignore b/test/.gitignore index 4330c9c..2d85b23 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -4,5 +4,6 @@ /test-double /test-double-system /test-double.dSYM -/libm-bench +/bench-openlibm +/bench-syslibm /*.exe diff --git a/test/libm-bench.cpp b/test/libm-bench.cpp index 3d4b028..04876de 100644 --- a/test/libm-bench.cpp +++ b/test/libm-bench.cpp @@ -3,7 +3,7 @@ // Benchmark on libm functions #include -#include +#include #include #include