diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a1ac7dc9..48a5bad8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -128,4 +128,6 @@ test-suite numeric/uBLAS ] [ run size.cpp ] + [ run test_coordinate_matrix_sort.cpp + ] ; diff --git a/test/sparse_view_test.cpp b/test/sparse_view_test.cpp index f869948d..f60d27db 100644 --- a/test/sparse_view_test.cpp +++ b/test/sparse_view_test.cpp @@ -13,6 +13,8 @@ #include #include +#include + // other boost headers // headers for testcase