1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Bring in uint32_t, uint64_t, and int64_t types for MSVC.

llvm-svn: 49854
This commit is contained in:
Argyrios Kyrtzidis 2008-04-17 13:56:31 +00:00
parent 55efcf86e9
commit 2f4e52ee48

View File

@ -15,6 +15,7 @@
#define LLVM_ADT_SMALLSTRING_H
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
#include <cstring>
namespace llvm {