diff options
Diffstat (limited to 'gnu/lib/libg++/libstdc++/stdexcept')
| -rw-r--r-- | gnu/lib/libg++/libstdc++/stdexcept | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/stdexcept b/gnu/lib/libg++/libstdc++/stdexcept new file mode 100644 index 00000000000..560c53dd888 --- /dev/null +++ b/gnu/lib/libg++/libstdc++/stdexcept @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __STDEXCEPT__ +#include <std/stdexcept.h> +#endif |
