aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/utility
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/utility')
-rw-r--r--libstdc++/utility8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++/utility b/libstdc++/utility
new file mode 100644
index 00000000000..fb79aa78274
--- /dev/null
+++ b/libstdc++/utility
@@ -0,0 +1,8 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __UTILITY__
+#define __UTILITY__
+#include <function.h>
+#include <pair.h>
+#endif