Index: src/libcfa/limits
===================================================================
--- src/libcfa/limits	(revision 53ba273db2dfa4a4d251429b05f17a6400ed7f1e)
+++ src/libcfa/limits	(revision 17e5e2bb613150bc32f635805538e2f8cab7dce2)
@@ -13,4 +13,9 @@
 // Update Count     : 6
 // 
+
+#ifdef __CFORALL__
+
+#ifndef LIMITS_H
+#define LIMITS_H
 
 // Integral Constants
@@ -107,4 +112,10 @@
 extern const long _Complex _1_SQRT_2;					// 1 / sqrt(2)
 
+#endif // LIMITS_H
+
+#else
+#include_next <limits>
+#endif //__CFORALL__
+
 // Local Variables: //
 // mode: c //
