projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bfae4
)
Fix Windows build breakage.
author
Logan Chien
<tzuhsiang.chien@gmail.com>
Sat, 8 Dec 2012 05:19:49 +0000
(
05:19
+0000)
committer
Logan 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
patch
|
blob
|
history
diff --git
a/include/llvm/MC/MCELFStreamer.h
b/include/llvm/MC/MCELFStreamer.h
index 05727e4cf1040c28629bcdffe56008a7143f45e0..3b0152bba41da8ec540ee6dbcbe7568884703c59 100644
(file)
--- a/
include/llvm/MC/MCELFStreamer.h
+++ b/
include/llvm/MC/MCELFStreamer.h
@@
-14,11
+14,10
@@
#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;