summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/libstdc++/numeric
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++/libstdc++/numeric')
-rw-r--r--gnu/lib/libg++/libstdc++/numeric7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/numeric b/gnu/lib/libg++/libstdc++/numeric
new file mode 100644
index 00000000000..dcb88737f17
--- /dev/null
+++ b/gnu/lib/libg++/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