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