[LLVMdev] Current SVN: Compile error on Fedora 11 Linux/x64-gcc 4.40

Anton Korobeynikov anton at korobeynikov.info
Fri Jul 3 00:35:34 PDT 2009


> I need to add a missing include to get current SVN to compile.
>
> --- CodeGen/BinaryObject.h      (revision 74762)
> +++ CodeGen/BinaryObject.h      (working copy)
> @@ -18,6 +18,9 @@
>  #include <string>
>  #include <vector>
>
> +#include <stdint.h>
It should include DataTypes.h instead - MSVC does not have this file

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list