projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5c976
)
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.
llvm-svn: 169672
llvm/include/llvm/MC/MCELFStreamer.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/MC/MCELFStreamer.h
b/llvm/include/llvm/MC/MCELFStreamer.h
index
05727e4
..
3b0152b
100644
(file)
--- a/
llvm/include/llvm/MC/MCELFStreamer.h
+++ b/
llvm/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;