summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/libstdc++/string
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++/libstdc++/string')
-rw-r--r--gnu/lib/libg++/libstdc++/string6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/string b/gnu/lib/libg++/libstdc++/string
new file mode 100644
index 00000000000..467a2fd0a69
--- /dev/null
+++ b/gnu/lib/libg++/libstdc++/string
@@ -0,0 +1,6 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __STRING__
+#include <std/string.h>
+#endif