Hi,
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
#include
+#include <stdint.h>
Hi,
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
#include
+#include <stdint.h>
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