From 771e64200f1def0ff6fc939ac166ebab9589ab87 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 27 Feb 2011 20:33:58 -0500 Subject: fix compilation of unit tests with clang --- test/sparse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sparse.h') diff --git a/test/sparse.h b/test/sparse.h index b343427e5..949a597fc 100644 --- a/test/sparse.h +++ b/test/sparse.h @@ -28,7 +28,7 @@ #include "main.h" -#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC +#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC && !defined(__clang__) #include #define EIGEN_UNORDERED_MAP_SUPPORT namespace std { -- cgit v1.2.3