diff options
Diffstat (limited to 'libg++/libstdc++/string')
-rw-r--r-- | libg++/libstdc++/string | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libg++/libstdc++/string b/libg++/libstdc++/string new file mode 100644 index 0000000..467a2fd --- /dev/null +++ b/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 |