Index: trunk/Mars/mbase/MQuaternion.h
===================================================================
--- trunk/Mars/mbase/MQuaternion.h	(revision 18997)
+++ trunk/Mars/mbase/MQuaternion.h	(revision 18998)
@@ -9,9 +9,11 @@
 #ifndef ROOT_TQuaternion
 #include <math.h>
+#ifndef __clang__
 #if (__GNUC__ < 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ < 8))
 #define sqrt ::sqrt
 #endif
+#endif
 #include <TQuaternion.h>
-#undef sqrt
+//#undef sqrt
 #endif
 
