diff options
Diffstat (limited to 'libstdc++-v3/include/std/limits')
-rw-r--r-- | libstdc++-v3/include/std/limits | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/limits b/libstdc++-v3/include/std/limits new file mode 100644 index 0000000..ba86fe0 --- /dev/null +++ b/libstdc++-v3/include/std/limits @@ -0,0 +1,3 @@ +#ifndef _CPP_LIMITS +#include <bits/std_limits.h> +#endif |