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.

llvm-svn: 169672

llvm/include/llvm/MC/MCELFStreamer.h

index 05727e4..3b0152b 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;