On Wed, May 22, 2013 at 2:33 PM, Kim Gräsman <[email protected]> wrote:

> Hi Reid,
>
> On Wed, May 22, 2013 at 7:16 PM, Reid Kleckner <[email protected]> wrote:
> >
> > Modified: cfe/trunk/lib/AST/MicrosoftMangle.cpp
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/MicrosoftMangle.cpp?rev=182488&r1=182487&r2=182488&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/lib/AST/MicrosoftMangle.cpp (original)
> > +++ cfe/trunk/lib/AST/MicrosoftMangle.cpp Wed May 22 12:16:39 2013
> > @@ -23,6 +23,7 @@
> >  #include "clang/Basic/ABI.h"
> >  #include "clang/Basic/DiagnosticOptions.h"
> >  #include "clang/Basic/TargetInfo.h"
> > +#include "llvm/ADT/StringMap.h"
> >  #include <map>
>
> Also remove #include <map>? I can't see that it's used anymore.
>

Thanks, done in r182500.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to