From 3c412183b2d4a131239275f440d15677cc5649b0 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 15 Apr 2012 11:06:28 +0100 Subject: Get rid of include directives inside namespace blocks (bug #339). --- Eigen/src/Core/arch/NEON/Complex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/src/Core/arch/NEON/Complex.h') diff --git a/Eigen/src/Core/arch/NEON/Complex.h b/Eigen/src/Core/arch/NEON/Complex.h index 212887184..72abb6f4a 100644 --- a/Eigen/src/Core/arch/NEON/Complex.h +++ b/Eigen/src/Core/arch/NEON/Complex.h @@ -25,6 +25,8 @@ #ifndef EIGEN_COMPLEX_NEON_H #define EIGEN_COMPLEX_NEON_H +namespace Eigen { + namespace internal { static uint32x4_t p4ui_CONJ_XOR = EIGEN_INIT_NEON_PACKET4(0x00000000, 0x80000000, 0x00000000, 0x80000000); @@ -267,4 +269,6 @@ template<> EIGEN_STRONG_INLINE Packet2cf pdiv(const Packet2cf& a, con } // end namespace internal +} // end namespace Eigen + #endif // EIGEN_COMPLEX_NEON_H -- cgit v1.2.3