From: Mike Stump Date: Thu, 10 Feb 2005 19:21:33 +0000 (+0000) Subject: Fix typo... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f00485cc36b4e2c34f5e4f8942ada21298593055;p=gcc.git Fix typo... From-SVN: r94843 --- 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;