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