From 82293f38d63a69e2e1664b9964dc1d1d4585ce26 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 3 Jun 2016 08:12:14 +0200 Subject: Fix unit test. --- test/is_same_dense.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/is_same_dense.cpp') diff --git a/test/is_same_dense.cpp b/test/is_same_dense.cpp index 6d7904bac..2c7838ce9 100644 --- a/test/is_same_dense.cpp +++ b/test/is_same_dense.cpp @@ -9,6 +9,8 @@ #include "main.h" +using internal::is_same_dense; + void test_is_same_dense() { typedef Matrix ColMatrixXd; -- cgit v1.2.3