Hi,<br><br>I need to add a missing include to get current SVN to compile.<br><br>--- CodeGen/BinaryObject.h      (revision 74762)<br>+++ CodeGen/BinaryObject.h      (working copy)<br>@@ -18,6 +18,9 @@<br> #include <string><br>

 #include <vector><br><br>+#include <stdint.h><br>+<br>+<br> namespace llvm {<br><br>My system does not know about uint8_t without this include file.<br><br>Kind regards,<br>Maurice<br><br><br><br>