Fix Windows build breakage.

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
This commit is contained in:
Logan Chien 2012-12-08 05:19:49 +00:00
parent 19bfae4797
commit d32260fa90

View File

@ -14,11 +14,10 @@
#include "llvm/MC/MCDirectives.h" #include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCObjectStreamer.h" #include "llvm/MC/MCObjectStreamer.h"
#include "llvm/MC/SectionKind.h" #include "llvm/MC/SectionKind.h"
#include "llvm/Support/DataTypes.h"
#include <vector> #include <vector>
#include <stdint.h>
namespace llvm { namespace llvm {
class MCAsmBackend; class MCAsmBackend;
class MCAssembler; class MCAssembler;