diff options
Diffstat (limited to 'libg++/libstdc++/cmath')
-rw-r--r-- | libg++/libstdc++/cmath | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libg++/libstdc++/cmath b/libg++/libstdc++/cmath new file mode 100644 index 0000000..da5bce9 --- /dev/null +++ b/libg++/libstdc++/cmath @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CMATH__ +#include <std/cmath.h> +#endif |