X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fsrc%2Fhashtable_tr1.cc;h=32d5b63dca8023628e95b0a9e271d7247e2f9215;hb=26f4013120c1c49b29b0caa0ceea74ec9c1f03e6;hp=70de1bdf310d042c27c31f9a30af0f05a1a6129a;hpb=dd21a0408805b58f3d2a5d66cb5fcede0a30d71d;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/src/hashtable_tr1.cc b/libstdc++-v3/src/hashtable_tr1.cc index 70de1bdf310..32d5b63dca8 100644 --- a/libstdc++-v3/src/hashtable_tr1.cc +++ b/libstdc++-v3/src/hashtable_tr1.cc @@ -1,6 +1,6 @@ // std::__detail definitions -*- C++ -*- -// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +// Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -22,7 +22,9 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . -namespace std +#include + +namespace std _GLIBCXX_VISIBILITY(default) { namespace tr1 {