Hello. On Mon, 2011-05-16 at 10:14, Henning Heinold wrote: > On Mon, May 16, 2011 at 08:09:15AM +0000, git version control wrote: > > +Index: llvm-2.7/include/llvm/ADT/SmallVector.h > > +=================================================================== > > +--- llvm-2.7.orig/include/llvm/ADT/SmallVector.h 2011-05-08 > > 17:07:09.000000000 +0200 > > ++++ llvm-2.7/include/llvm/ADT/SmallVector.h 2011-05-08 > > 17:07:25.000000000 +0200 > > +@@ -19,6 +19,7 @@ > > + #include <cassert> > > + #include <cstring> > > + #include <memory> > > ++#include <stddef.h> > > + > > Please use #include <cstddef> we are in c++ code here.
Thats why I send the patch to ml before to gather some review. :) Will update the patch and test with your suggestion. regards Stefan Schmidt _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
