fix compilation of unit tests with clang

This commit is contained in:
Benoit Jacob 2011-02-27 20:33:58 -05:00
parent 4846c76d9d
commit 771e64200f

View File

@ -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 <tr1/unordered_map>
#define EIGEN_UNORDERED_MAP_SUPPORT
namespace std {