diff options
Diffstat (limited to 'libstdc++-v3/include/std/exception')
-rw-r--r-- | libstdc++-v3/include/std/exception | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/include/std/exception b/libstdc++-v3/include/std/exception new file mode 100644 index 00000000000..06653d17e7e --- /dev/null +++ b/libstdc++-v3/include/std/exception @@ -0,0 +1,3 @@ +#ifndef _CPP_EXCEPTION +#include <bits/std_exception.h> +#endif |