diff options
Diffstat (limited to 'libstdc++-v3/std/string')
-rw-r--r-- | libstdc++-v3/std/string | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/std/string b/libstdc++-v3/std/string new file mode 100644 index 0000000..8e3cd42 --- /dev/null +++ b/libstdc++-v3/std/string @@ -0,0 +1,3 @@ +#ifndef _CPP_STRING +#include <bits/std_string.h> +#endif |