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