diff options
Diffstat (limited to 'libg++/libstdc++/deque')
-rw-r--r-- | libg++/libstdc++/deque | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/deque b/libg++/libstdc++/deque new file mode 100644 index 0000000..bdc1429 --- /dev/null +++ b/libg++/libstdc++/deque @@ -0,0 +1,7 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __DEQUE__ +#define __DEQUE__ +#include <deque.h> +#endif |