From 4141444e5ba6336e79fea186ca7c6a6078a4c397 Mon Sep 17 00:00:00 2001 From: mrs Date: Thu, 10 Feb 2005 19:21:33 +0000 Subject: [PATCH] Fix typo... git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94843 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/libsupc++/del_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/libsupc++/del_op.cc b/libstdc++-v3/libsupc++/del_op.cc index 241dda32fd9..8f0b3f85b43 100644 --- a/libstdc++-v3/libsupc++/del_op.cc +++ b/libstdc++-v3/libsupc++/del_op.cc @@ -29,10 +29,10 @@ // the GNU General Public License. #include "new" +#include #if _GLIBCXX_HOSTED #include #endif -#include #if _GLIBCXX_HOSTED using std::free; -- 2.11.0