forked from OSchip/llvm-project
Bring in uint32_t, uint64_t, and int64_t types for MSVC.
llvm-svn: 49854
This commit is contained in:
parent
fc2f058230
commit
3da1d68662
|
@ -15,6 +15,7 @@
|
|||
#define LLVM_ADT_SMALLSTRING_H
|
||||
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cstring>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue