Fix Windows build breakage.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 8 Dec 2012 05:19:49 +0000 (05:19 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Sat, 8 Dec 2012 05:19:49 +0000 (05:19 +0000)
Windows does not have <stdint.h>, should include
"llvm/Support/DataTypes.h" instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169672 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCELFStreamer.h

index 05727e4cf1040c28629bcdffe56008a7143f45e0..3b0152bba41da8ec540ee6dbcbe7568884703c59 100644 (file)
 #include "llvm/MC/MCDirectives.h"
 #include "llvm/MC/MCObjectStreamer.h"
 #include "llvm/MC/SectionKind.h"
+#include "llvm/Support/DataTypes.h"
 
 #include <vector>
 
-#include <stdint.h>
-
 namespace llvm {
 class MCAsmBackend;
 class MCAssembler;